diff options
| author | Jenkins <jenkins@review.openstack.org> | 2013-02-08 15:47:38 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2013-02-08 15:47:38 +0000 |
| commit | 36fffe9bde1d353a418274a79e6f7abd0177d065 (patch) | |
| tree | 4f7b1f24b561d4aae886763ce88a68efc9fa0db4 | |
| parent | 64106c282f961d65ca469524016635c96596b77f (diff) | |
| parent | 769cb5b67495555f9524627298c9b645f77ab79c (diff) | |
Merge "Added the build directory to the tox.ini list pep8 ignores."
| -rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
