Merge "Remove install-guide tox env"

This commit is contained in:
Zuul 2018-02-25 16:45:13 +00:00 committed by Gerrit Code Review
commit 1e31659f1e
1 changed files with 0 additions and 7 deletions

View File

@ -117,13 +117,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 {opts} {packages}
commands = sphinx-build -a -E -d install-guide/build/doctrees -b html install-guide/source install-guide/build/html
[testenv:venv]
commands = {posargs}