Skip to content

Commit

Permalink
Added coverage to the travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cgmorton committed Nov 9, 2018
1 parent 2732e00 commit e1f8562
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ python:

install:
- pip install -r requirements.txt
- pip install pytest

- pip install pytest pytest-cov coveralls
script:
- python -m pytest
- python -m pytest --cov

after_sucess:
- coveralls

0 comments on commit e1f8562

Please sign in to comment.