remove openstack/common from the exclude list of flake in tox.ini

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: I38abf7f3da42b36648535c2b63167a089c186e24
This commit is contained in:
xiaozhuangqing 2016-08-29 18:49:42 +08:00
parent 1614313e5f
commit e63fb59de8
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ whitelist_externals = bash
[flake8]
ignore =
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tools,nova_tests,build
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,tools,nova_tests,build
show-source = true
[hacking]