summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorChangBo Guo(gcb) <eric.guo@easystack.cn>2016-05-11 20:38:01 +0800
committerChangBo Guo(gcb) <eric.guo@easystack.cn>2016-05-11 20:38:13 +0800
commit5a8969c97ba637a609aa98fbdd93137874e6e7d3 (patch)
tree524edaa9777b1a4874878a91fcb4afb618497a2d /tox.ini
parent93aee73d37fcaf47fd97991711a1e48a566dcc78 (diff)
downloadoslo-policy-5a8969c97ba637a609aa98fbdd93137874e6e7d3.tar.gz
Trivial: ignore openstack/common in flake8 exclude list1.8.0
The directory openstack/common doesn't exist any more. So remove it from flake8 exclude list. Change-Id: Ib6b1714ab24aae952081e519609e5e99cf4babc2
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 5f2e94d..fed453d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -24,7 +24,7 @@ commands = python setup.py test --coverage --coverage-package-name=oslo_policy -
show-source = True
ignore = H803
builtins = _
-exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
+exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build
[hacking]
import_exceptions = oslo_policy._i18n