Skip to content

Commit b922603

Browse files
committed
MAINT: test the installed package
1 parent 4be81fc commit b922603

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ install:
3434
- pip install .
3535

3636
script:
37+
- mkdir for_test
38+
- cd for_test
3739
- pytest -v --cov=skltemplate --pyargs skltemplate
3840

3941
after_success:

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
.. |CircleCI| image:: https://circleci.com/gh/scikit-learn-contrib/project-template.svg?style=shield&circle-token=:circle-token
1515
.. _CircleCI: https://circleci.com/gh/scikit-learn-contrib/project-template/tree/master
1616

17-
.. |ReadTheDocs| .. image:: https://readthedocs.org/projects/sklearn-template/badge/?version=latest
17+
.. |ReadTheDocs| image:: https://readthedocs.org/projects/sklearn-template/badge/?version=latest
1818
.. _ReadTheDocs: https://sklearn-template.readthedocs.io/en/latest/?badge=latest
1919

2020
project-template - A template for scikit-learn contributions

0 commit comments

Comments
 (0)