summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tox.ini9
1 files changed, 4 insertions, 5 deletions
diff --git a/tox.ini b/tox.ini
index 51861665..e7a6f22c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,4 @@
[tox]
-
envlist = py27,py3,flake8
recreate = True
@@ -21,11 +20,11 @@ setenv =
[testenv:py3]
basepython = python3
-[flake8]
-ignore=H404,H405,H105,H301,H104,H403,H101
-exclude = .venv,.tox,dist,doc,*egg,.git,build,tools
-
[testenv:py26]
commands = nosetests {posargs:tests}
setenv =
LC_ALL = C
+
+[flake8]
+ignore=H404,H405,H105,H301,H104,H403,H101
+exclude = .venv,.tox,dist,doc,*egg,.git,build,tools