summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorDoug Hellmann <doug.hellmann@dreamhost.com>2012-09-28 16:01:51 -0400
committerDoug Hellmann <doug.hellmann@dreamhost.com>2012-09-28 17:37:52 -0400
commit4c44c0468e56c359ea2f5d1379ed28d609fb0423 (patch)
tree139952f171e728ecb89a8366ef81f213a2459ec4 /tox.ini
parent87a2fd76e778251668f0c517084418dfda9cdaf0 (diff)
downloadoslo-4c44c0468e56c359ea2f5d1379ed28d609fb0423.tar.gz
oslo-4c44c0468e56c359ea2f5d1379ed28d609fb0423.tar.xz
oslo-4c44c0468e56c359ea2f5d1379ed28d609fb0423.zip
Limit pep8 checks to our source
Exclude the .update-env directory, including anything installed there from third-party packages, when running pep8. Change-Id: I2c2ee9146cbf2f5449f7f8d042b578ec3d8d2b83 Signed-off-by: Doug Hellmann <doug.hellmann@dreamhost.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index d4b849b..a8dd134 100644
--- a/tox.ini
+++ b/tox.ini
@@ -16,7 +16,7 @@ commands = nosetests {posargs}
[testenv:pep8]
deps = pep8==1.3.3
-commands = pep8 --repeat --show-source --ignore=E125 --exclude=.venv,.tox,dist,doc,*.egg .
+commands = pep8 --repeat --show-source --ignore=E125 --exclude=.venv,.tox,dist,doc,*.egg,.update-venv .
[testenv:cover]
setenv = NOSE_WITH_COVERAGE=1