Remove install-guide tox env

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

Change-Id: Iff4601ec4ccc52ca1ab60241dd9cd686d9db2317
This commit is contained in:
Hoang Trung Hieu 2018-02-22 17:23:01 +07:00
parent 935f21736a
commit 6d4adadf7e
1 changed files with 0 additions and 4 deletions

View File

@ -18,10 +18,6 @@ commands =
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees \
-b html releasenotes/source releasenotes/build/html
[testenv:install-guide]
# builds to install-guide/build/html
commands = sphinx-build -a -E -W -d install-guide/build/doctrees -b html install-guide/source install-guide/build/html
[testenv:debug]
commands = oslo_debug_helper -t meteos/tests {posargs}