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]
|
[testenv:lint]
|
||||||
deps =
|
deps =
|
||||||
pycodestyle
|
flake8
|
||||||
pyflakes
|
|
||||||
commands =
|
commands =
|
||||||
pyflakes pylast
|
flake8 .
|
||||||
pyflakes tests
|
|
||||||
pycodestyle pylast
|
|
||||||
pycodestyle tests
|
|
||||||
|
|
||||||
[testenv:py2lint]
|
[testenv:py2lint]
|
||||||
deps =
|
deps =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue