From d6bd37f3f337b1756730c55164834a18c86e7018 Mon Sep 17 00:00:00 2001 From: npraveen35 Date: Thu, 10 Aug 2017 12:22:02 +0530 Subject: [PATCH] Remove install-guide tox env The install-guide tox env is not used any more after docs migration. Change-Id: I93c53d02afbbb36d4a3e5641e6d11aab9dcd7d8a --- tox.ini | 3 --- 1 file changed, 3 deletions(-) diff --git a/tox.ini b/tox.ini index 41f2f97afd..9da31853e1 100644 --- a/tox.ini +++ b/tox.ini @@ -107,9 +107,6 @@ commands = bandit-baseline -r trove -n5 -x tests -ii -ll [testenv:genpolicy] commands = oslopolicy-sample-generator --config-file=tools/trove-policy-generator.conf -[testenv:install-guide] -commands = sphinx-build -a -E -W -d install-guide/build/doctrees -b html install-guide/source install-guide/build/html - [testenv:pylint] deps = -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt