Switch lint to flake8

This commit is contained in:
Hugo 2018-05-11 10:22:58 +03:00
parent fad76315bb
commit e3537d5b86

View file

@ -25,13 +25,9 @@ commands = {posargs}
[testenv:lint]
deps =
pycodestyle
pyflakes
flake8
commands =
pyflakes pylast
pyflakes tests
pycodestyle pylast
pycodestyle tests
flake8 .
[testenv:py2lint]
deps =