summaryrefslogtreecommitdiffstats
path: root/conductor/tox.ini
diff options
context:
space:
mode:
authorIkram Ikramullah <ikram@research.att.com>2018-02-08 23:29:04 -0500
committerIkram Ikramullah <ikram@research.att.com>2018-02-08 23:44:37 -0500
commit4f58c4461a09adbaff082b0ef3f48688cc59bfd1 (patch)
tree04532653a90e53e194d539bb17d71a022fd640ff /conductor/tox.ini
parenta2978cc38c116a89329d7ee262b4b0409c2a7bca (diff)
Copyright Messages Cleanup
Tox and pep8 failed due to multiple reason causing our verify-python jobs to fail. One reason being the failure of test cases. Added sample test case for developers to follow. Another reason was the Copyright message appearing in supposedly empty package files. Removed copyright messages so pep8 can succeed. Issue-ID: OPTFRA-78 Change-Id: If7e4b28e2dabdba194e31a67da4647a342a7630f Signed-off-by: Ikram Ikramullah <ikram@research.att.com>
Diffstat (limited to 'conductor/tox.ini')
-rw-r--r--conductor/tox.ini5
1 files changed, 2 insertions, 3 deletions
diff --git a/conductor/tox.ini b/conductor/tox.ini
index 35bea94..498770f 100644
--- a/conductor/tox.ini
+++ b/conductor/tox.ini
@@ -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