Don't include openstack/common in flake8 exclude list

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: Iddfa88749f87e65454bfe0c10c7cf5c6301c4f27
This commit is contained in:
nizam 2016-10-23 23:02:07 +05:30 committed by ChangBo Guo(gcb)
parent 5902d9878b
commit ebfc4aa479
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ commands = {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
[testenv:cover]
commands = python setup.py test --coverage --testr-args="{posargs}"