Switch lint to flake8
This commit is contained in:
parent
fad76315bb
commit
e3537d5b86
1 changed files with 2 additions and 6 deletions
8
tox.ini
8
tox.ini
|
@ -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 =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue