Trivial: ignore openstack/common in flake8 exclude list

The directory openstack/common doesn't exist any more.
So remove it from flake8 exclude list.

Change-Id: Id3c23fb9f05c50943e1c83be0f0ae577cf762e18
This commit is contained in:
ChangBo Guo(gcb) 2016-05-11 20:43:19 +08:00
parent 8a71061625
commit 0dcd927163
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ commands = python setup.py test --coverage --coverage-package-name=oslo_serializ
show-source = True
ignore = E123,E125,H803
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build
[testenv:pip-missing-reqs]
# do not install test-requirements as that will pollute the virtualenv for