Skip to content

Commit

Permalink
Merge pull request #340 from felixonmars/patch-1
Browse files Browse the repository at this point in the history
Allow coverage 5.x
  • Loading branch information
markstory committed Aug 15, 2020
2 parents 04d8683 + 4f3d905 commit c21ba81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
tests_require = [
"pytest>=4.6,<5.0; python_version < '3.5'",
"pytest>=4.6; python_version >= '3.5'",
"coverage >= 3.7.1, < 5.0.0",
"coverage >= 3.7.1, < 6.0.0",
"pytest-cov",
"pytest-localserver",
"flake8",
Expand Down

0 comments on commit c21ba81

Please sign in to comment.