Skip to content

Commit d1f3a68

Browse files
committed
coverage 5.0 drops support for Python 3.4
1 parent 9f80c1c commit d1f3a68

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
@@ -224,7 +224,7 @@ basepython = {[default]basepython}
224224
skip_install = True
225225

226226
deps =
227-
coverage==5.0.3
227+
coverage==4.5.4 # coverage 5.0 drops support for Python 3.4
228228

229229
setenv =
230230
{[default]setenv}

0 commit comments

Comments
 (0)