Remove the now vestigal pyflakes tox env

The previous patch removes anything that runs the pyflakes env. This
patch removes the env itself becaus it's now not used.

Change-Id: I89d1f6669fc0b95d2944318504e15bd2101e8bce
This commit is contained in:
Monty Taylor 2013-09-20 14:38:06 -07:00 committed by Jeremy Stanley
parent 7409bde2b7
commit 34b0020937

View File

@ -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