From 866320c0f70c3a16bc2d2e8e1aeb0d7d4b7f514a Mon Sep 17 00:00:00 2001 From: Jamie Lennox Date: Tue, 4 Jun 2013 17:08:25 +1000 Subject: Ignore the .update-venv directory. It appears to be made when you resume a broken venv creation. It is listed in oslo's pep8 exclude list and .gitignore. Change-Id: I3db570c778ca9c6e0df72f5512ed1a9c643ecb38 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 2c6838bd..0d8fa59b 100644 --- a/tox.ini +++ b/tox.ini @@ -34,4 +34,4 @@ show-source = true ignore = H304 builtins = _ -exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tools,vendor +exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tools,vendor,.update-venv -- cgit