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: I9b86db737a8b98cf172c5fdf532ebe483b98b7f5
This commit is contained in:
guangpei.liu 2016-09-12 20:31:30 +08:00
parent 479c5bf2f1
commit fac36c6c43
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ show-source = True
# H405 multi line docstring summary not separated with an empty line
ignore = E123,E125,H405
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,.ropeproject,tools
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,.ropeproject,tools
[testenv:bindep]
# Do not install any requirements. We want this to be fast and work even if