Merge "Add doc8 to pep8 check for panko project"

This commit is contained in:
Zuul 2017-12-14 16:47:07 +00:00 committed by Gerrit Code Review
commit e684f88fcb
1 changed files with 6 additions and 0 deletions

View File

@ -69,7 +69,9 @@ commands =
[testenv:pep8]
deps = hacking<0.13,>=0.12.0
doc8
commands = flake8
doc8 {posargs}
[testenv:releasenotes]
commands = sphinx-build -a -E -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
@ -107,6 +109,10 @@ commands = pifpaf --debug run postgresql oslo_debug_helper {posargs}
setenv = OS_TEST_PATH=panko/tests/functional
commands = pifpaf --debug run elasticsearch oslo_debug_helper {posargs}
[doc8]
ignore = D000
ignore-path = .venv,.git,.tox,*panko/locale*,*lib/python*,panko.egg*,doc/build,doc/source/api,releasenotes/*
[flake8]
ignore =
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,build