Make flake8 ignore *.egg
pbr runs can leave *.egg directories around in the root directory. Prevent our pep8 test from inspecting these (and failing). Change-Id: I81c581639639fac612319ef2f02a3b8e37d9047c
This commit is contained in:
2
tox.ini
2
tox.ini
@@ -55,4 +55,4 @@ commands = nosetests {toxinidir}/functionaltests
|
||||
# E711 ignored because of sqlalchemy override of == None
|
||||
ignore = E711
|
||||
exclude = .git,.idea,.tox,bin,dist,debian,rpmbuild,tools,*.egg-info,*.eggs,*openstack/common,contrib,
|
||||
functionaltests,*alembic_migrations/versions,*docs/target
|
||||
functionaltests,*alembic_migrations/versions,*docs/target,*.egg
|
||||
|
||||
Reference in New Issue
Block a user