We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5a0350 commit ad7f271Copy full SHA for ad7f271
1 file changed
tox.ini
@@ -31,7 +31,7 @@ basepython =
31
pypy3: pypy3
32
33
deps =
34
- test: coverage==5.0.3
+ test: coverage==4.5.4
35
test: idna==2.8
36
test: typing==3.7.4.1
37
test: {py26,py27,py34}: pytest==4.6.9
@@ -193,7 +193,7 @@ basepython = python
193
skip_install = True
194
195
196
- coverage==5.0.3
+ coverage==4.5.4
197
198
commands =
199
coverage combine
@@ -214,7 +214,7 @@ basepython = python
214
215
216
217
218
codecov==2.0.15
219
220
0 commit comments