Skip to content

Commit

Permalink
Merge pull request #324 from cherrypy/pyup-update-coverage-5.1-to-5.3
Browse files Browse the repository at this point in the history
Update coverage to 5.3
  • Loading branch information
webknjaz authored Sep 17, 2020
2 parents c6b013e + 480c7db commit 7268068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ testing =
jaraco.text>=3.1

# measure test coverage
coverage==5.1; python_version != "3.4"
coverage==5.3; python_version != "3.4"
coverage<5; python_version == "3.4"
# send test coverage to codecov.io
codecov==2.1.9
Expand Down

0 comments on commit 7268068

Please sign in to comment.