summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorHuanxuan Ao <huanxuan.ao@easystack.cn>2016-08-03 13:33:19 +0800
committerHuanxuan Ao <huanxuan.ao@easystack.cn>2016-08-03 13:44:05 +0800
commitab32f37e6715c15b9b6fb195f273c7672ef2a532 (patch)
treedda405dfee7631d7a6d36dfe5be3952f603fd19e /tox.ini
parenteaee74bba253bf04471055bbe51db6aad2975a7a (diff)
downloadpython-openstackclient-ab32f37e6715c15b9b6fb195f273c7672ef2a532.tar.gz
Remove an outdated directory in tox.ini
The directory openstack/common from the exclude list of flake8 in tox.ini was used to keep codes from oslo-incubator, but oslo-incubator was retired, so don't use this directory any more. Change-Id: If1ea5dc167cfe4a09aad413b9eab0af807ebe603
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 10b4978c..29854b67 100644
--- a/tox.ini
+++ b/tox.ini
@@ -77,7 +77,7 @@ commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasen
[flake8]
show-source = True
-exclude = .git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build,tools
+exclude = .git,.tox,dist,doc,*lib/python*,*egg,build,tools
# If 'ignore' is not set there are default errors and warnings that are set
# Doc: http://flake8.readthedocs.org/en/latest/config.html#default
ignore = __