summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJoshua Harlow <harlowja@gmail.com>2016-06-10 11:45:55 -0700
committerJoshua Harlow <harlowja@gmail.com>2016-06-10 11:45:55 -0700
commita461efacdc4b7e681e22f0f712f58531298da4fd (patch)
tree37fb10136327630030d44edad1b80319a0d375c4 /tox.ini
parent429fca05923e8e80bda5179831ce580f51b3553c (diff)
downloadvyos-cloud-init-a461efacdc4b7e681e22f0f712f58531298da4fd.tar.gz
vyos-cloud-init-a461efacdc4b7e681e22f0f712f58531298da4fd.zip
Less less tweaking of tox.ini
Diffstat (limited to 'tox.ini')
-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