tox: Update mccabe to 0.3.1.
Upstream changelog: - Include test_mccabe.py in releases. - Always coerce the max_complexity value from Flake8's entry-point to an integer.
This commit is contained in:
parent
70699988ed
commit
b43d8b13d8
2
tox.ini
2
tox.ini
@ -102,7 +102,7 @@ deps =
|
|||||||
-r{toxinidir}/requirements.txt
|
-r{toxinidir}/requirements.txt
|
||||||
py==1.4.28
|
py==1.4.28
|
||||||
pytest==2.7.1
|
pytest==2.7.1
|
||||||
mccabe==0.3
|
mccabe==0.3.1
|
||||||
pytest-mccabe==0.1
|
pytest-mccabe==0.1
|
||||||
commands =
|
commands =
|
||||||
{envpython} scripts/link_pyqt.py --tox {envdir}
|
{envpython} scripts/link_pyqt.py --tox {envdir}
|
||||||
|
Loading…
Reference in New Issue
Block a user