Tox: Remove exclude directories that no longer exist

Remove directories that no longer exist in the project,
for example openstack/common. This is now part of libraries
that are imported.

TrivialFix

Change-Id: I5e8abb022686c581e5faa8063b7497582122cc3e
This commit is contained in:
Gary Kotton 2016-06-06 06:13:43 -07:00
parent 93ed80c197
commit 18b2f02676

View File

@ -69,7 +69,7 @@ commands = bandit-baseline -r octavia -ll -ii
ignore = O321
show-source = true
builtins = _
exclude = .venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
exclude = .venv,.git,.tox,dist,doc,*lib/python*,*egg,build
[hacking]
import_exceptions = octavia.i18n