diff --git a/tox.ini b/tox.ini index b349af6..520f3fc 100644 --- a/tox.ini +++ b/tox.ini @@ -98,12 +98,9 @@ commands = [testenv:linters] basepython = python3 -deps = - -r{toxinidir}/doc/requirements.txt commands = bash -c "{toxinidir}/tests/common/test-ansible-env-prep.sh" {[testenv:pep8]commands} {[testenv:bashate]commands} {[testenv:ansible-lint]commands} {[testenv:ansible-syntax]commands} - {[testenv:docs]commands}