From a8cd52794d9020f91e3aeb82ff4384ce7eb07017 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Thu, 3 Apr 2014 09:56:14 -0400 Subject: [PATCH] ignore build directory for pep8 this mirrors the excludes from nova. Change-Id: I0ca5f02918842fc708c704fcf2845936dc1c5965 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index ae96483a9..16e442f0f 100644 --- 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 -- 2.45.2