tox: Update mccabe to 0.4.0.
- Stop testing on Python 3.2 - Add support for async/await keywords on Python 3.5 from PEP 0492
This commit is contained in:
parent
dcd62abe2b
commit
2b6d35b987
2
tox.ini
2
tox.ini
@ -177,7 +177,7 @@ deps =
|
|||||||
flake8-putty==0.2.0
|
flake8-putty==0.2.0
|
||||||
ebb-lint==0.4.4
|
ebb-lint==0.4.4
|
||||||
flake8-copyright==0.1
|
flake8-copyright==0.1
|
||||||
mccabe==0.3.1
|
mccabe==0.4.0
|
||||||
pep8==1.7.0
|
pep8==1.7.0
|
||||||
pyflakes==1.0.0
|
pyflakes==1.0.0
|
||||||
flake8-string-format==0.2.1
|
flake8-string-format==0.2.1
|
||||||
|
Loading…
Reference in New Issue
Block a user