From a15a3ade76ca5a6a45c5a8a6a80b5d6068ccaa93 Mon Sep 17 00:00:00 2001 From: npraveen35 Date: Wed, 9 Aug 2017 12:48:39 +0530 Subject: Remove install-guide env which is not effective The install-guide directory was moved to doc/source directory when migrating docs Change-Id: I51d2d502c8ea727bcc1d9fd59f1ec961c958aba5 --- tox.ini | 7 ------- 1 file changed, 7 deletions(-) (limited to 'tox.ini') 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 -- cgit v1.2.1