Ensure doc8 is run

When a doc8 issue has been detected, the CI job must fail.

Change-Id: Ic4a5867b5c38643231f5af97acb4d66878a2ae4d
This commit is contained in:
Jean-Philippe Evrard 2018-03-26 07:52:23 +00:00
parent 55ce380cc4
commit e634df7faf
1 changed files with 2 additions and 0 deletions

View File

@ -153,6 +153,7 @@ commands =
[testenv:linters]
deps =
{[testenv:docs]deps}
{[testenv:ansible]deps}
commands =
{[testenv:pep8]commands}
@ -160,3 +161,4 @@ commands =
{[testenv:ansible-lint]commands}
{[testenv:ansible-syntax]commands}
{[testenv:inventory]commands}
{[testenv:docs]commands}