Drop unused directory in tox

The Oslo team has moved all previously incubated code from the
'openstack/oslo-incubator' repository into separate library
repositories and released those libraries to the Python Package,
so the directory should be removed.

Change-Id: I0ee30c36e87970bc1b1175230a1bffa27e0b3e09
This commit is contained in:
shizhihui 2016-08-10 14:03:20 +08:00
parent c9f938b9d0
commit f394343153
1 changed files with 1 additions and 1 deletions

View File

@ -26,4 +26,4 @@ commands = {posargs}
[flake8]
show-source = true
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tools
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,tools