summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorChangBo Guo(gcb) <eric.guo@easystack.cn>2016-06-27 20:44:35 +0800
committerBrant Knudson <bknudson@us.ibm.com>2016-06-29 20:59:13 +0000
commit6bc0cfcdf0d2ab75af6282bec18c03eacd2ece6e (patch)
tree528451e9903e902eecffc92d82db1db0bb4e8674 /tox.ini
parent4b33a2c0b05f384a5428e6f21f88a4ade36d5967 (diff)
downloadoslo-i18n-6bc0cfcdf0d2ab75af6282bec18c03eacd2ece6e.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: Ic9e9c86afe95b8986d138c9be87768d8579bd4f4
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 37d2459..b4c7c32 100644
--- a/tox.ini
+++ b/tox.ini
@@ -23,7 +23,7 @@ commands = python setup.py test --coverage --coverage-package-name=oslo_i18n --t
show-source = True
ignore = E123,E125
-exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,__init__.py
+exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build,__init__.py
[hacking]
import_exceptions =