Skip to content

Commit

Permalink
MAINT: test the installed package
Browse files Browse the repository at this point in the history
  • Loading branch information
glemaitre committed Sep 20, 2018
1 parent 4be81fc commit b0b91a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ install:
- pip install .

script:
- mkdir for_test
- cd for_test
- pytest -v --cov=skltemplate --pyargs skltemplate

after_success:
Expand Down

0 comments on commit b0b91a3

Please sign in to comment.