Skip to content

Commit

Permalink
Install coverage in a newer version
Browse files Browse the repository at this point in the history
  • Loading branch information
razzeee committed Oct 11, 2018
1 parent 4fae608 commit 2a1c500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -16,7 +16,7 @@ matrix:

# command to install dependencies
install:
- pip install python-dateutil pytest mock python-coveralls pytest-cov
- pip install python-dateutil pytest mock python-coveralls pytest-cov coverage
# command to run tests
script:
- py.test --cov coveralls --cov-report term-missing --cov=resources tests/
Expand Down

0 comments on commit 2a1c500

Please sign in to comment.