From 064c4db632407e0ffff113b45ffb098d5b265c49 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: 2016年7月21日 10:26:09 +0200 Subject: [PATCH] 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 --- tox.ini | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tox.ini b/tox.ini index 0de6f3b834fb..a72f8f46e514 100644 --- a/tox.ini +++ b/tox.ini @@ -99,20 +99,12 @@ commands = [testenv:api-guide] # This environment is called from CI scripts to test and publish # 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 = sphinx-build -W -b html -d api-guide/build/doctrees api-guide/source api-guide/build/html [testenv:api-ref] # This environment is called from CI scripts to test and publish # 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 = rm -rf api-ref/build sphinx-build -W -b html -d api-ref/build/doctrees api-ref/source api-ref/build/html

AltStyle によって変換されたページ (->オリジナル) /