From e634df7fafd6d195ee275fad919c8c26578bc0fd Mon Sep 17 00:00:00 2001 From: Jean-Philippe Evrard Date: Mon, 26 Mar 2018 07:52:23 +0000 Subject: [PATCH] Ensure doc8 is run When a doc8 issue has been detected, the CI job must fail. Change-Id: Ic4a5867b5c38643231f5af97acb4d66878a2ae4d --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 429495e456..976ce9d931 100644 --- a/tox.ini +++ b/tox.ini @@ -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}