Skip to content

Commit

Permalink
Add --cov to pytest command
Browse files Browse the repository at this point in the history
  • Loading branch information
RJMW authored Apr 5, 2020
1 parent 785b189 commit 0de25cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ install:

script:
- msnpy --help
- pytest
- pytest --cov=./

after_script:
- codecov
Expand Down

0 comments on commit 0de25cc

Please sign in to comment.