Skip to content

Commit c21ba81

Browse files
authored
Merge pull request #340 from felixonmars/patch-1
Allow coverage 5.x
2 parents 04d8683 + 4f3d905 commit c21ba81

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
tests_require = [
3131
"pytest>=4.6,<5.0; python_version < '3.5'",
3232
"pytest>=4.6; python_version >= '3.5'",
33-
"coverage >= 3.7.1, < 5.0.0",
33+
"coverage >= 3.7.1, < 6.0.0",
3434
"pytest-cov",
3535
"pytest-localserver",
3636
"flake8",

0 commit comments

Comments
 (0)