Remove */openstack/common* in tox

Ironic remove oslo incubator (ironic/openstack/*), so removes
them in flake8 too.

A follow-patch on d7741ea1eebde2fb9966dd53372eb8655bdb12ac
Co-Authored-By: Tan Lin <lin.tan@intel.com>
Change-Id: I9d8fd28f53e8b4bc289a1015e464585b8bdeebd9
This commit is contained in:
Ruby Loo 2015-12-23 01:24:02 +00:00 committed by Lin Tan
parent c21f258ce5
commit def448e386

View File

@ -67,7 +67,7 @@ commands = {posargs}
[flake8]
ignore = E129
exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
exclude = .venv,.git,.tox,dist,doc,*lib/python*,*egg,build
max-complexity=17
[hacking]