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 8afdd94 commit daf3759
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Expand Up @@ -19,7 +19,8 @@ deps=
repeated_test
py26: ordereddict
py26,py27,py32,pypy: funcsigs>=0.4
cover,coveralls: coverage
cover: coverage
coveralls: coverage<5.0
coveralls: coveralls

commands=
Expand Down

0 comments on commit daf3759

Please sign in to comment.