summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorsong jian <jian.song@easystack.cn>2016-07-12 14:27:23 +0800
committersong jian <jian.song@easystack.cn>2016-07-12 14:27:23 +0800
commit830211c9fb5335ce6cc3e1751b6e1ff498e1c5b1 (patch)
tree6cb364b2a5738040012f320a8a641d0b8261966d /tox.ini
parent7207ffaf616db90e1efe2bb7e4184b6d90ed007b (diff)
downloadglance_store-830211c9fb5335ce6cc3e1751b6e1ff498e1c5b1.tar.gz
Don't include openstack/common in flake8 exclude list
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: I3a72d3b7126037e98fde627233f26a4f1475b416
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 e11776f..549a6c1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -50,4 +50,4 @@ commands = python setup.py testr --slowest --testr-args='glance_store.tests.func
# H404 multi line docstring should start with a summary
# H405 multi line docstring summary not separated with an empty line
ignore = H301,H404,H405
-exclude = .venv,.git,.tox,dist,doc,etc,*glance_store/locale*,*openstack/common*,*lib/python*,*egg,build
+exclude = .venv,.git,.tox,dist,doc,etc,*glance_store/locale*,*lib/python*,*egg,build