Skip to content

Commit

Permalink
Add coverage install to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TomDonoghue committed Dec 7, 2017
1 parent 2801da2 commit f1f5b88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ python:

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

script:
- coverage run --source fooof -m pytest
Expand Down

0 comments on commit f1f5b88

Please sign in to comment.