Skip to content

Commit ad7f271

Browse files
committed
coverage 5.x drops python 3.4
1 parent a5a0350 commit ad7f271

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ basepython =
3131
pypy3: pypy3
3232

3333
deps =
34-
test: coverage==5.0.3
34+
test: coverage==4.5.4
3535
test: idna==2.8
3636
test: typing==3.7.4.1
3737
test: {py26,py27,py34}: pytest==4.6.9
@@ -193,7 +193,7 @@ basepython = python
193193
skip_install = True
194194

195195
deps =
196-
coverage==5.0.3
196+
coverage==4.5.4
197197

198198
commands =
199199
coverage combine
@@ -214,7 +214,7 @@ basepython = python
214214
skip_install = True
215215

216216
deps =
217-
coverage==5.0.3
217+
coverage==4.5.4
218218
codecov==2.0.15
219219

220220
commands =

0 commit comments

Comments
 (0)