Skip to content

Commit

Permalink
Add pytest-cov to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
alubbock committed Aug 7, 2018
1 parent d00e8e6 commit 60c2a97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ language: python
python:
- "3.6"
before_install:
- pip install pytest nbval django coveralls
- pip install pytest nbval django coveralls pytest-cov
install:
- python setup.py install
script:
- pytest --nbval
- pytest --nbval --cov=thunor
after_success:
- coveralls

0 comments on commit 60c2a97

Please sign in to comment.