Skip to content

Commit 2f493a8

Browse files
committed
Fix pytest-cov spec for Py3.4
1 parent f8a2db5 commit 2f493a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ deps =
5858
# For code coverage
5959
{[testenv:coverage_report]deps}
6060
py{26,27,34,py2}: pytest-cov==2.8.1 # rq.filter: <2.9
61-
py{34,35,36,37,38,39,py3}: pytest-cov==2.10.0
61+
py{35,36,37,38,39,py3}: pytest-cov==2.10.0
6262

6363
# For hypothesis. Note Python 3.4 isn't supported by hypothesis.
6464
py{26,27,py2}: hypothesis==4.43.9 # rq.filter: <4.44

0 commit comments

Comments
 (0)