Remove docs from linters

The openstack-ansible-linters job runs the linters tox environment - and
the docs jobs runs the docs environment.

Remove the docs jobs from the linters environment, there's no need to
run the docs jobs in both linters and docs environment, it just wastes
resources.

Change-Id: If9b188520fd2d55d4d2e70542c77cf0aa1614443
This commit is contained in:
Andreas Jaeger 2019-05-18 09:57:28 +02:00
parent d178cbccc8
commit d6aa858383
1 changed files with 0 additions and 2 deletions

View File

@ -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}