Update tox to exclude *egg for pep8

I'm looking at you setuptool-git

Change-Id: I0b40bc2d902b056085567b7ac740fefd9f5950f0
Signed-off-by: Paul Belanger <paul.belanger@polybeacon.com>
Reviewed-on: https://review.openstack.org/16545
Reviewed-by: James E. Blair <corvus@inaugust.com>
Approved: Jeremy Stanley <fungi@yuggoth.org>
Reviewed-by: Jeremy Stanley <fungi@yuggoth.org>
Tested-by: Jenkins
This commit is contained in:
Paul Belanger 2012-11-20 11:46:32 -05:00 committed by Jenkins
parent 7f7cac2cd5
commit 0b9691ea02
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View File

@ -1,3 +1,4 @@
*.egg
*.egg-info
*.pyc
.test
@ -6,6 +7,7 @@ AUTHORS
build/*
ChangeLog
config
dist/*
doc/build/*
doc/source/*
jenkins_jobs/versioninfo

View File

@ -10,7 +10,7 @@ deps = -r{toxinidir}/tools/pip-requires
[testenv:pep8]
deps = pep8==1.2
commands = pep8 --repeat --show-source --exclude=.venv,.tox,dist,doc,build .
commands = pep8 --repeat --show-source --exclude=.venv,.tox,dist,doc,build,*egg .
[testenv:pyflakes]
deps = pyflakes