Skip to content

Commit

Permalink
chore(ci): fixup cov5 pip pre-version
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKevJames committed Dec 3, 2019
1 parent d274826 commit 9cec538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ deps =
cov3: coverage<4.0
cov4: coverage>=4.0,<4.1
cov41: coverage>=4.1,<5.0
cov5: coverage>=5.0
cov5: coverage==5.0b1
commands =
coverage run --branch --source=coveralls -m pytest tests/
coverage report -m
Expand Down

0 comments on commit 9cec538

Please sign in to comment.