diff options
author | Devananda van der Veen <devananda.vdv@gmail.com> | 2013-05-16 11:35:55 -0700 |
---|---|---|
committer | Monty Taylor <mordred@inaugust.com> | 2013-05-16 18:40:38 -0700 |
commit | dd4521a3cc18363bd87d419e46056ec517cd6ebf (patch) | |
tree | e8444d52f055e8a4d27e88a2fddd60a68bd7f36f /tox.ini | |
parent | e1109c9b99c420918b2ada987c1da8d6827cc3bc (diff) | |
download | ironic-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.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |