summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanxi Liu <hanxi.liu@easystack.cn>2016-08-03 16:26:00 +0800
committerHanxi Liu <hanxi.liu@easystack.cn>2016-08-03 16:26:00 +0800
commitb43fb3e5778f076d62ed7d8ba6efa888b267cdec (patch)
tree5eeee453fcbb1416bf1296b803833a0c919c0893
parenta5b2377d00aeeebe6e45ea58299c6aaa027e3ca9 (diff)
downloadceilometermiddleware-b43fb3e5778f076d62ed7d8ba6efa888b267cdec.tar.gz
Delete openstack/common from the exclude list of flake8 in tox
The directory openstack/common was used to keep codes from oslo-incubator, we have retired oslo-incubator, so don't use this directory any more. Change-Id: I3fcbec9fcec6d36c3e8254a809de0ae0b02a4841
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index f5e8bbe..58b6b0e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -30,4 +30,4 @@ commands = oslo_debug_helper {posargs}
[flake8]
show-source = True
-exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
+exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build