Update tox.ini: Constraints are possible for api* jobs

OpenStack CI setup has been changed so that api jobs can
use constraints, remove the extra install_command.

Change-Id: I1eb8c5b74adf28e8b6267f25b116341c540729dd
Depends-On: I8f45a53429b9fcbf3689a268f096afdf5f32f461
This commit is contained in:
Andreas Jaeger 2016-07-21 10:26:09 +02:00
parent 9510fee24f
commit 48e4bade60

View File

@ -99,20 +99,12 @@ commands =
[testenv:api-guide] [testenv:api-guide]
# This environment is called from CI scripts to test and publish # This environment is called from CI scripts to test and publish
# the API Guide to developer.openstack.org. # the API Guide to developer.openstack.org.
# NOTE(sdague): 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 = commands =
sphinx-build -W -b html -d api-guide/build/doctrees api-guide/source api-guide/build/html sphinx-build -W -b html -d api-guide/build/doctrees api-guide/source api-guide/build/html
[testenv:api-ref] [testenv:api-ref]
# This environment is called from CI scripts to test and publish # This environment is called from CI scripts to test and publish
# the API Ref to developer.openstack.org. # the API Ref to developer.openstack.org.
# NOTE(sdague): 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 = commands =
rm -rf api-ref/build rm -rf api-ref/build
sphinx-build -W -b html -d api-ref/build/doctrees api-ref/source api-ref/build/html sphinx-build -W -b html -d api-ref/build/doctrees api-ref/source api-ref/build/html