Skip to content

Commit

Permalink
use coverage 5
Browse files Browse the repository at this point in the history
Signed-off-by: Bernat Gabor <bgabor8@bloomberg.net>
  • Loading branch information
gaborbernat committed Dec 23, 2019
1 parent 087ab62 commit a8801ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ where = src
[options.extras_require]
testing =
pytest >= 4.0.0, <6
coverage >= 4.5.0, < 5
coverage >= 5.0.1, <6
pytest-mock >= 1.12.1, <2
xonsh >= 0.9.13, <1; python_version > '3.4'
docs =
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ description = [run locally after tests]: combine coverage data and create report
generates a diff coverage against origin/master (can be changed by setting DIFF_AGAINST env var)
deps =
{[testenv]deps}
coverage >= 4.4.1, < 5
coverage >= 5.0.1, <6
diff_cover
extras =
skip_install = True
Expand Down

0 comments on commit a8801ce

Please sign in to comment.