Merge "Don't include openstack/common in flake8 exclude list"

This commit is contained in:
Jenkins
2016-12-16 01:06:14 +00:00
committed by Gerrit Code Review

View File

@@ -35,7 +35,7 @@ commands = oslo_debug_helper {posargs}
show-source = True
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,build
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build
[testenv:releasenotes]
commands = sphinx-build -a -W -E -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html