We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6c2823 commit 290f39aCopy full SHA for 290f39a
1 file changed
tox.ini
@@ -84,7 +84,7 @@ deps =
84
flake8==3.7.9
85
mccabe==0.6.1
86
pep8-naming==0.9.1
87
- pydocstyle==5.0.1
+ pydocstyle==5.0.2
88
89
commands =
90
flake8 {posargs:src/{env:PY_MODULE}}
@@ -194,7 +194,7 @@ basepython = python
194
skip_install = True
195
196
deps =
197
- coverage==5.0.2
+ coverage==4.5.4
198
199
200
coverage combine
@@ -215,7 +215,7 @@ basepython = python
215
216
217
218
219
codecov==2.0.15
220
221
0 commit comments