Merge "Ensure doc8 is run"

This commit is contained in:
Zuul 2018-03-28 07:53:09 +00:00 committed by Gerrit Code Review
commit 8175dce978

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}