Remove install-guide env which is not effective

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

Change-Id: I51d2d502c8ea727bcc1d9fd59f1ec961c958aba5
This commit is contained in:
npraveen35 2017-08-09 12:48:39 +05:30
parent 21c9307612
commit a15a3ade76

View File

@ -59,13 +59,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 -U --force-reinstall {opts} {packages}
commands = sphinx-build -a -E -W -d install-guide/build/doctrees -b html install-guide/source install-guide/build/html
[testenv:genconfig]
commands = oslo-config-generator --config-file=etc/ceilometer/ceilometer-config-generator.conf