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

Change-Id: Ie3c0d5ce021058de8ac868c736660fa0c75b5af5
This commit is contained in:
Anita Kuno 2013-02-07 21:43:09 +00:00
parent 8e412b3002
commit fc3b02fd3b
1 changed files with 1 additions and 1 deletions

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