Merge "Modify the 'tox.ini' file"

This commit is contained in:
Zuul 2018-09-11 21:02:30 +00:00 committed by Gerrit Code Review
commit 8f3b78e7cc
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ deps = -r{toxinidir}/doc/requirements.txt
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
[flake8]
exclude = .venv,.git,.tox,dist,*lib/python*,*egg,build,node_modules
exclude = .git,.tox,dist,*lib/python*,*egg,build,node_modules
show-source = True
[hacking]