From 34b0020937d277fa0e99a0058deae41199b2fe8c Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Fri, 20 Sep 2013 14:38:06 -0700 Subject: [PATCH] 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 --- tox.ini | 3 --- 1 file changed, 3 deletions(-) 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