summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorrabi <ramishra@redhat.com>2016-11-08 08:19:13 +0530
committerrabi <ramishra@redhat.com>2016-11-12 19:23:26 +0530
commit2c27692f49d866f7ec4f7647acdd38da1ebda5ee (patch)
tree5e3c90a9de6c2168722a0bef6285ce5d56ec8870 /tox.ini
parentb25baa9108bb37e0ece20895d464acf00ab2706c (diff)
downloadpython-heatclient-2c27692f49d866f7ec4f7647acdd38da1ebda5ee.tar.gz
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
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
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]