Skip to content

Commit

Permalink
Merge pull request #27 from jonnekaunisto/dependabot/pip/coveralls-gt…
Browse files Browse the repository at this point in the history
…e-1.1-and-lt-3.0

Update coveralls requirement from <2.0,>=1.1 to >=1.1,<3.0
  • Loading branch information
jonnekaunisto committed Oct 11, 2020
2 parents 1a84b28 + 3b90d07 commit 7f87094
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 @@ -67,7 +67,7 @@ def run_tests(self):
test_reqs = [
"pytest-cov>=2.5.1",
"pytest>=3.0.0",
"coveralls>=1.1,<2.0",
"coveralls>=1.1,<3.0",
"docutils>=0.14",
"rstcheck>=3.3.1",
]
Expand Down

0 comments on commit 7f87094

Please sign in to comment.