Skip to content

Commit

Permalink
Pin coverage to <5 to account for the private coverage format changing
Browse files Browse the repository at this point in the history
  • Loading branch information
PCManticore committed Dec 15, 2019
1 parent ce82018 commit 88c8ee4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ commands =
[testenv]
deps =
https://github.com/PyCQA/astroid/tarball/master#egg=astroid-master-2.0
coverage
coverage<5.0
isort
mccabe
pytest
Expand Down Expand Up @@ -70,7 +70,7 @@ setenv =
passenv =
*
deps =
coverage
coverage<5.0
coveralls
skip_install = true
commands =
Expand All @@ -83,7 +83,7 @@ changedir = {toxinidir}
setenv =
COVERAGE_FILE = {toxinidir}/.coverage
deps =
coverage
coverage<5
skip_install = true
commands =
python {envsitepackagesdir}/coverage erase
Expand Down

0 comments on commit 88c8ee4

Please sign in to comment.