From 802b9cb84bd11ba742edee07934b26828cf31717 Mon Sep 17 00:00:00 2001 From: Brian Waldon Date: Mon, 9 Jul 2012 14:39:29 -0700 Subject: [PATCH] Ignore openstack-common in pep8 check Change-Id: Ic48b12918f8e3ca439917a614927b41cd099c63a --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 1b0768daf8..918ea876e0 100644 --- a/tox.ini +++ b/tox.ini @@ -17,7 +17,7 @@ commands = nosetests {posargs} downloadcache = ~/cache/pip [testenv:pep8] -commands = pep8 --repeat --show-source --exclude=.venv,.tox,dist,doc . +commands = pep8 --repeat --show-source --exclude=.venv,.tox,dist,doc,openstack . [testenv:cover] setenv = NOSE_WITH_COVERAGE=1