]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
ignore build directory for pep8
authorSean Dague <sean.dague@samsung.com>
Thu, 3 Apr 2014 13:56:14 +0000 (09:56 -0400)
committerSean Dague <sean.dague@samsung.com>
Thu, 3 Apr 2014 13:56:14 +0000 (09:56 -0400)
this mirrors the excludes from nova.

Change-Id: I0ca5f02918842fc708c704fcf2845936dc1c5965

tox.ini

diff --git a/tox.ini b/tox.ini
index ae96483a9bcf6d73f58cd21cd1110c2557fccc75..16e442f0ff2e8d120c92d7d79bdbeea6ccc1fb27 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -46,4 +46,4 @@ commands = {posargs}
 ignore = E711,E712,E125,H302,H404
 show-source = true
 builtins = _
-exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tools
+exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools