diff --git a/tox.ini b/tox.ini index 7538d53837..bc7898fb4b 100644 --- a/tox.ini +++ b/tox.ini @@ -164,7 +164,6 @@ commands = [testenv:linters] basepython = python3 deps = - {[testenv:docs]deps} {[testenv:ansible]deps} commands = {[testenv:pep8]commands} @@ -172,4 +171,3 @@ commands = {[testenv:ansible-lint]commands} {[testenv:ansible-syntax]commands} {[testenv:inventory]commands} - {[testenv:docs]commands}