From e3537d5b86edf4b59dfe69a5a56b1cf11528d7c5 Mon Sep 17 00:00:00 2001 From: Hugo Date: Fri, 11 May 2018 10:22:58 +0300 Subject: [PATCH] Switch lint to flake8 --- tox.ini | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/tox.ini b/tox.ini index e5ca35d..e4006c2 100644 --- a/tox.ini +++ b/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 =