From 48e4bade609ccbe856bae703355fc27a38a0d8c7 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 21 Jul 2016 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 0de6f3b83..a72f8f46e 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