diff --git a/tox.ini b/tox.ini index dcbed91d7e..f8a44cdfb1 100644 --- a/tox.ini +++ b/tox.ini @@ -8,9 +8,6 @@ usedevelop = True install_command = pip install {opts} {packages} deps = -r{toxinidir}/test-requirements.txt -[testenv:pyflakes] -commands = flake8 - [testenv:pep8] commands = flake8