summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-06-17 17:56:13 +0000
committerGerrit Code Review <review@openstack.org>2016-06-17 17:56:13 +0000
commitf865fa7dc3dc7548f125c7b2165e89602c1b606b (patch)
treec0ae9d147ac0c8ee31da9ba7761a27c1178fa6e2 /tox.ini
parent4f888ddfa38e1002f12a2b3ef24b833a32f3f1d4 (diff)
parent696d80d4a8911f930becff51abeb4accd9aabfb5 (diff)
downloadtrove-f865fa7dc3dc7548f125c7b2165e89602c1b606b.tar.gz
Merge "Add Install Guide"
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini7
1 files changed, 7 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index ee5809b7..595090d6 100644
--- a/tox.ini
+++ b/tox.ini
@@ -174,3 +174,10 @@ commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasen
[testenv:bandit]
commands = bandit -r trove -n5 -x tests
+
+[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