diff options
-rw-r--r-- | tox.ini | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -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 |