summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorEric Windisch <eric@cloudscaling.com>2012-07-13 13:59:08 -0400
committerEric Windisch <eric@cloudscaling.com>2012-07-13 13:59:08 -0400
commit23768b1cecc103e63884543754c516157db544c9 (patch)
treee3e3445b34f352a0dc731080dc3b18d5f18a518b /tox.ini
parent62c19c105e9c273692f37d033ffd405c5dda68aa (diff)
downloadoslo-23768b1cecc103e63884543754c516157db544c9.tar.gz
oslo-23768b1cecc103e63884543754c516157db544c9.tar.xz
oslo-23768b1cecc103e63884543754c516157db544c9.zip
Exclude .egg files from pep8 checks
Change-Id: I0f403cfa8edec3795f65cf270a9cb2ad0a05d4f5
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 db9f3c8..6437a5c 100644
--- a/tox.ini
+++ b/tox.ini
@@ -16,7 +16,7 @@ commands = nosetests {posargs}
[testenv:pep8]
deps = pep8==1.1
-commands = pep8 --repeat --show-source --exclude=.venv,.tox,dist,doc .
+commands = pep8 --repeat --show-source --exclude=.venv,.tox,dist,doc,*.egg .
[testenv:cover]
setenv = NOSE_WITH_COVERAGE=1