Skip to content

Commit 7268068

Browse files
authored
Merge pull request cherrypy#324 from cherrypy/pyup-update-coverage-5.1-to-5.3
Update coverage to 5.3
2 parents c6b013e + 480c7db commit 7268068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ testing =
9898
jaraco.text>=3.1
9999

100100
# measure test coverage
101-
coverage==5.1; python_version != "3.4"
101+
coverage==5.3; python_version != "3.4"
102102
coverage<5; python_version == "3.4"
103103
# send test coverage to codecov.io
104104
codecov==2.1.9

0 commit comments

Comments
 (0)