Copyright Messages Cleanup
[optf/has.git] / conductor / tox.ini
index 35bea94..498770f 100644 (file)
@@ -1,9 +1,8 @@
 [tox]
 minversion = 1.6
 skipsdist = True
-# envlist = py35,py27,functional,pep8
+#envlist = py35,py27,functional,pep8
 envlist = py27,pep8
-
 [testenv]
 deps = -r{toxinidir}/requirements.txt
        -r{toxinidir}/test-requirements.txt
@@ -45,7 +44,7 @@ setenv = PYTHONHASHSEED=0
 commands = bash -x oslo_debug_helper {posargs}
 
 [flake8]
-ignore = H301,E401
+ignore = H301,E401,E226,E302,E41,E303,E501,E265,E125,E101,E131,E127,E306,
 exclude = .venv,.git,.tox,dist,doc,*lib/python*,*egg,build,install-guide
 show-source = True