Remove install-guide tox env

The install-guide tox env is not used any more after docs migration.

Change-Id: I38d05065bb98c97bb08e878c94d44a18e7c1ac46
This commit is contained in:
Hoang Trung Hieu 2018-02-22 17:19:01 +07:00
parent fd94286f4d
commit 90bb7f6051
1 changed files with 0 additions and 7 deletions

View File

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