From 769cb5b67495555f9524627298c9b645f77ab79c Mon Sep 17 00:00:00 2001 From: Anita Kuno Date: Thu, 7 Feb 2013 21:43:09 +0000 Subject: Added the build directory to the tox.ini list pep8 ignores. Change-Id: Ie3c0d5ce021058de8ac868c736660fa0c75b5af5 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit