From 7e7e5525d2dea1941fa89270ffb89cc4a7670b4f Mon Sep 17 00:00:00 2001 From: Ronald Bradford Date: Tue, 22 Mar 2016 18:30:11 -0400 Subject: Removed unused Oslo Incubator code This is part of graduating projects to using Oslo Libraries. As this code is not actually used, it is simply removed. Change-Id: Ib28a957d9a4622064ec5da2ae616ac6f0716bcbf --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index b8a5004d..d0cf24c1 100644 --- a/tox.ini +++ b/tox.ini @@ -62,7 +62,7 @@ commands = python setup.py testr --coverage --testr-args='{posargs}' # Additional checks are also ignored on purpose: F811, F821 ignore = F811,F821,H404,H405 show-source = True -exclude=.venv,.git,.tox,dist,*openstack/common*,*lib/python*,*egg,build,doc/source/conf.py,releasenotes +exclude=.venv,.git,.tox,dist,*lib/python*,*egg,build,doc/source/conf.py,releasenotes [hacking] import_exceptions = novaclient.i18n -- cgit v1.2.1