summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDevananda van der Veen <devananda.vdv@gmail.com>2013-05-16 11:35:55 -0700
committerMonty Taylor <mordred@inaugust.com>2013-05-16 18:40:38 -0700
commitdd4521a3cc18363bd87d419e46056ec517cd6ebf (patch)
treee8444d52f055e8a4d27e88a2fddd60a68bd7f36f /tox.ini
parente1109c9b99c420918b2ada987c1da8d6827cc3bc (diff)
downloadironic-dd4521a3cc18363bd87d419e46056ec517cd6ebf.tar.gz
Fix pep8 errors and make it pass Jenkins tests.
Fix all existing pep8 errors. Remove install_venv and friends, which were not needed. Add a few ignores for nova code that is yet to be cleaned up. Skip one failing test case, fixed by review 29394. Import contrib/redhat-eventlet.patch from Nova. Change-Id: I46b6ccaa272bd058757064672ce9221263ed7087
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index b69a791cf..7866cc0bf 100644
--- a/tox.ini
+++ b/tox.ini
@@ -31,4 +31,4 @@ commands = {posargs}
[flake8]
ignore = E12
builtins = _
-exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
+exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,*ironic/nova*,*ironic/tests/nova*,tools