summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorxiaosheng <xiaosheng.meng@easystack.cn>2016-05-28 16:29:39 +0800
committerxiaosheng <xiaosheng.meng@easystack.cn>2016-05-28 16:29:39 +0800
commitbbb7a88df44bd7a49c04adb13458d5e20f1a51ac (patch)
treeff8099241946c4f47362f643697ebf58f325eeeb /tox.ini
parent53a59e5aa2e838612852328f0cf3e4eb4f65ed43 (diff)
downloadpython-neutronclient-bbb7a88df44bd7a49c04adb13458d5e20f1a51ac.tar.gz
Trivial: ignore openstack/common in flake8 exclude list
The directory openstack/common doesn't exist any more. So remove it from flake8 exclude list. Change-Id: I04da2e6b9ed81a82bcee5e0e2510fd451dd2cb07
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 92ded10..a20951f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -59,4 +59,4 @@ commands = sphinx-build -a -E -d releasenotes/build/doctrees -b html releasenote
[flake8]
show-source = true
-exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tools
+exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,tools