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

This commit is contained in:
Jenkins 2016-11-28 14:00:47 +00:00 committed by Gerrit Code Review
commit 3cf14c773e
1 changed files with 1 additions and 1 deletions

View File

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