Skip to content

Commit

Permalink
pytest-cov must be pinned.
Browse files Browse the repository at this point in the history
  • Loading branch information
willgraf committed Jul 1, 2020
1 parent f2749d6 commit 7495f9b
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 @@ -16,7 +16,7 @@ cache: pip

install:
- pip install -r requirements.txt
- pip install pytest pytest-cov pytest-pep8 pytest-mock coveralls
- pip install pytest pytest-cov==2.5.1 pytest-pep8 pytest-mock coveralls

script:
- pytest --cov=bucket_monitor --pep8 bucket_monitor
Expand Down

0 comments on commit 7495f9b

Please sign in to comment.