diff options
author | Joshua Harlow <harlowja@gmail.com> | 2016-06-10 11:45:55 -0700 |
---|---|---|
committer | Joshua Harlow <harlowja@gmail.com> | 2016-06-10 11:45:55 -0700 |
commit | a461efacdc4b7e681e22f0f712f58531298da4fd (patch) | |
tree | 37fb10136327630030d44edad1b80319a0d375c4 /tox.ini | |
parent | 429fca05923e8e80bda5179831ce580f51b3553c (diff) | |
download | vyos-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.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 |