Skip to content

Commit

Permalink
tox.ini: mitigate version incompatibility between coveralls and cover…
Browse files Browse the repository at this point in the history
…age 5.0

Pinned coverage<5.0 in coveralls workflow
while TheKevJames/coveralls-python#203 gets addressed.
  • Loading branch information
epsy committed Nov 13, 2021
1 parent 753f158 commit 4060c2b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tox.ini
Expand Up @@ -19,7 +19,8 @@ deps=
Pygments
docs: sphinx
docs: sphinx_rtd_theme
cover,coveralls: coverage
cover: coverage
coveralls: coverage<5.0
coveralls: coveralls

commands=
Expand All @@ -40,7 +41,7 @@ setenv=
VIRTUALENV_PIP=19

[testenv:coveralls]
passenv=TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
passenv=TRAVIS TRAVIS_*
commands=
coverage run --source clize -m unittest2
coveralls
Expand Down

0 comments on commit 4060c2b

Please sign in to comment.