summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-08-01 15:35:01 +0000
committerGerrit Code Review <review@openstack.org>2016-08-01 15:35:01 +0000
commitc9eab5c12387a7225b0c4a443a7d3d75050811ac (patch)
treee93f99a6c3eb9e3345edfb54ee979087b307b729 /tox.ini
parent7dca0d6ef100f107df01ce89e336a6d0a394eac0 (diff)
parent830211c9fb5335ce6cc3e1751b6e1ff498e1c5b1 (diff)
downloadglance_store-c9eab5c12387a7225b0c4a443a7d3d75050811ac.tar.gz
Merge "Don't include openstack/common in flake8 exclude list"
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 b33f971..316bf89 100644
--- a/tox.ini
+++ b/tox.ini
@@ -70,4 +70,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