Skip to content

Commit

Permalink
Pin coverage version
Browse files Browse the repository at this point in the history
Avoid bug in coverage 5.0
nedbat/coveragepy#890
  • Loading branch information
sizmailov committed Dec 18, 2019
1 parent d68597b commit b085785
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 @@ -10,7 +10,7 @@ before_script:
- python setup.py install
- bash travis/enable-ssh-localhost.sh
script:
- python -m pip install flake8 mypy pytest-cov codecov
- python -m pip install flake8 mypy pytest-cov codecov coverage==4.5.4
- flake8
- python -m pytest
- mkdir ~/remote_tmp_root
Expand Down

0 comments on commit b085785

Please sign in to comment.