Remove install-guide env which is no longer effective

The install-guide directory was moved to doc/source directory when
migrating docs.

Change-Id: I312c45314f4e6e86a7f7b74f747eb0bed6d60759
This commit is contained in:
yushangbin 2017-07-31 17:01:11 +08:00
parent 50430300b3
commit bcc6000093
1 changed files with 0 additions and 3 deletions

View File

@ -103,6 +103,3 @@ commands = oslo_debug_helper {posargs}
[testenv:releasenotes]
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html
[testenv:install-guide]
commands = sphinx-build -a -E -W -d install-guide/build/doctrees -b html install-guide/source install-guide/build/html