From d6aa858383865e3dbb1b431b72622aa0d364b026 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sat, 18 May 2019 09:57:28 +0200 Subject: [PATCH] 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 --- tox.ini | 2 -- 1 file changed, 2 deletions(-) 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}