Merge "Don't include openstack directory in exclude list for flake8"
This commit is contained in:
commit
01bff317f9
2
tox.ini
2
tox.ini
@ -154,7 +154,7 @@ import_exceptions = tempest.services
|
||||
# Skipped because of new hacking 0.9: H405
|
||||
ignore = E125,E123,E129
|
||||
show-source = True
|
||||
exclude = .git,.venv,.tox,dist,doc,openstack,*egg
|
||||
exclude = .git,.venv,.tox,dist,doc,*egg
|
||||
|
||||
[testenv:releasenotes]
|
||||
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
|
||||
|
Loading…
x
Reference in New Issue
Block a user