summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authornpraveen35 <npraveen35@gmail.com>2017-08-09 12:48:39 +0530
committernpraveen35 <npraveen35@gmail.com>2017-08-09 12:51:05 +0530
commita15a3ade76ca5a6a45c5a8a6a80b5d6068ccaa93 (patch)
tree08afb03dcc1d90983cd3e100749365b443a0135c /tox.ini
parent21c930761208de4a0db4716dc4009864f3dd1063 (diff)
downloadceilometer-a15a3ade76ca5a6a45c5a8a6a80b5d6068ccaa93.tar.gz
Remove install-guide env which is not effective
The install-guide directory was moved to doc/source directory when migrating docs Change-Id: I51d2d502c8ea727bcc1d9fd59f1ec961c958aba5
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 0 insertions, 7 deletions
diff --git a/tox.ini b/tox.ini
index b363d9e8..10a211e4 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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