From 90bb7f6051bf85175803d60c6d425f6dc74e21fb Mon Sep 17 00:00:00 2001 From: Hoang Trung Hieu Date: Thu, 22 Feb 2018 17:19:01 +0700 Subject: [PATCH] Remove install-guide tox env The install-guide tox env is not used any more after docs migration. Change-Id: I38d05065bb98c97bb08e878c94d44a18e7c1ac46 --- tox.ini | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tox.ini b/tox.ini index 04346eb18..6b7df2134 100644 --- a/tox.ini +++ b/tox.ini @@ -117,13 +117,6 @@ commands = [testenv:releasenotes] commands = sphinx-build -a -E -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html -[testenv:install-guide] -# NOTE(jaegerandi): this target does not use constraints because -# upstream infra does not yet support it. Once that's fixed, we can -# drop the install_command. -install_command = pip install {opts} {packages} -commands = sphinx-build -a -E -d install-guide/build/doctrees -b html install-guide/source install-guide/build/html - [testenv:venv] commands = {posargs}