From a461efacdc4b7e681e22f0f712f58531298da4fd Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Fri, 10 Jun 2016 11:45:55 -0700 Subject: Less less tweaking of tox.ini --- tox.ini | 9 ++++----- 1 file 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 -- cgit v1.2.3