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:
parent
d178cbccc8
commit
d6aa858383
2
tox.ini
2
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}
|
||||
|
Loading…
Reference in New Issue
Block a user