Merge "Prepare for Zuul v3"

This commit is contained in:
Jenkins 2017-10-09 11:02:05 +00:00 committed by Gerrit Code Review
commit 9433df553e
1 changed files with 4 additions and 1 deletions

View File

@ -23,12 +23,15 @@ commands =
{toxinidir}/tools/build-all-rst.sh --linkcheck
[testenv:checkniceness]
# Will be replaced by linters
commands =
flake8
doc8 doc
bash -c "find doc -type f -regex '.*\.pot?' -print0|xargs -0 -n 1 msgfmt --check-format -o /dev/null"
{toxinidir}/tools/glossary-sort.sh
[testenv:linters]
commands = {[testenv:checkniceness]commands}
[testenv:checkbuild]
commands =
{toxinidir}/tools/publishdocs.sh build