summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2013-02-08 15:47:38 +0000
committerGerrit Code Review <review@openstack.org>2013-02-08 15:47:38 +0000
commit36fffe9bde1d353a418274a79e6f7abd0177d065 (patch)
tree4f7b1f24b561d4aae886763ce88a68efc9fa0db4
parent64106c282f961d65ca469524016635c96596b77f (diff)
parent769cb5b67495555f9524627298c9b645f77ab79c (diff)
Merge "Added the build directory to the tox.ini list pep8 ignores."
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 67fe1eea0..f54865601 100644
--- a/tox.ini
+++ b/tox.ini
@@ -21,7 +21,7 @@ deps=
commands =
python tools/hacking.py --doctest
python tools/hacking.py --ignore=E12,E711,E721,E712,N403,N404 --show-source \
- --exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg .
+ --exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build .
python tools/hacking.py --ignore=E12,E711,E721,E712,N403,N404 --show-source \
--filename=nova* bin
bash tools/unused_imports.sh