Delete openstack/common from the exclude list of flake8 in tox

The directory openstack/common was used to keep codes from
oslo-incubator, we have retired oslo-incubator, so don't use
this directory any more.

Change-Id: I3fcbec9fcec6d36c3e8254a809de0ae0b02a4841
This commit is contained in:
Hanxi Liu 2016-08-03 16:26:00 +08:00
parent a5b2377d00
commit b43fb3e577
1 changed files with 1 additions and 1 deletions

View File

@ -30,4 +30,4 @@ commands = oslo_debug_helper {posargs}
[flake8]
show-source = True
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build