From f39434315344be461aae36f96ff8d12fce9ab037 Mon Sep 17 00:00:00 2001 From: shizhihui Date: Wed, 10 Aug 2016 14:03:20 +0800 Subject: [PATCH 04/21] 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 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index cd44833..9e3ea73 100644 --- a/tox.ini +++ b/tox.ini @@ -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 -- 2.20.1