summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChangBo Guo(gcb) <eric.guo@easystack.cn>2016-05-11 13:45:57 +0800
committerChangBo Guo(gcb) <eric.guo@easystack.cn>2016-05-11 13:45:57 +0800
commitb106ba3fc6cfcc79740af144984863d7f6192417 (patch)
treed8e126a1dbf6226fc7ba02595b7fdf7ddf4aa035
parent52dfe21ade9746b62393fc6ebf9b157563778a8e (diff)
downloadstevedore-b106ba3fc6cfcc79740af144984863d7f6192417.tar.gz
Trivial: ignore openstack/common in flake8 exclude list1.14.0
The directory openstack/common doesn't exist any more. so remove it from flake8 exclude list. Change-Id: I6fe1326d2e6567539a6ad8b13c7d8a50d0459400
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index c45a594..fcf1885 100644
--- a/tox.ini
+++ b/tox.ini
@@ -21,4 +21,4 @@ commands = python setup.py build_sphinx
[flake8]
ignore = E251
show-source = True
-exclude=.venv,.git,.tox,dist,*openstack/common*,*lib/python*,*egg,build
+exclude=.venv,.git,.tox,dist,*lib/python*,*egg,build