Merge "Added the build directory to the tox.ini list pep8 ignores."

This commit is contained in:
Jenkins 2013-02-08 15:47:38 +00:00 committed by Gerrit Code Review
commit 61e8e30908

View File

@ -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