From efa3dee6138f4e807171c2c19cfc1684bc3c232c Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sun, 17 Jul 2016 16:00:41 +0200 Subject: [PATCH] Use constraints for coverage job OpenStack CI supports now constraints in the coverage job - as a first job to check that the recent changes for zuul-cloner work correctly. Use constraints for cover environment. Change-Id: I81a985a2049221a8a7ac1f20642137f22847973f (cherry picked from commit d2b2cc80e97b7bd05f8dff32d0fd25d8c20fbb5a) --- tox.ini | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tox.ini b/tox.ini index af603f9ef1..810c66b62d 100644 --- a/tox.ini +++ b/tox.ini @@ -62,10 +62,6 @@ commands = {posargs} commands = python setup.py build_sphinx [testenv:cover] -# 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 = {toxinidir}/tools/cover.sh {posargs} [testenv:fast8]