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 Dec 16, 2019
1 parent f8b3263 commit 4439668
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 @@ -35,7 +36,7 @@ commands=
docs: {envbindir}/sphinx-build {toxinidir}/docs/ {toxinidir}/build/sphinx {posargs:}

[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 4439668

Please sign in to comment.