From 2c27692f49d866f7ec4f7647acdd38da1ebda5ee Mon Sep 17 00:00:00 2001 From: rabi Date: Tue, 8 Nov 2016 08:19:13 +0530 Subject: Remove oslo-incubator modules This is the last patch in the series that removes all remaining oslo-incubator modules. This also removes some unused scripts in tools. Change-Id: I4ca11596f1a2967e7c920c4ec7709c3408854534 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index d0b8aed..0b67fa0 100644 --- a/tox.ini +++ b/tox.ini @@ -50,7 +50,7 @@ commands= [flake8] show-source = True -exclude=.venv,.git,.tox,dist,*openstack/common*,*lib/python*,*egg,build +exclude=.venv,.git,.tox,dist,*lib/python*,*egg,build max-complexity=20 [hacking] -- cgit v1.2.1