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
This commit is contained in:
Andreas Jaeger 2016-07-17 16:00:41 +02:00
parent 46e825a2f4
commit d2b2cc80e9
1 changed files with 0 additions and 4 deletions

View File

@ -69,10 +69,6 @@ commands = {posargs}
commands = python setup.py build_sphinx commands = python setup.py build_sphinx
[testenv:cover] [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} commands = {toxinidir}/tools/cover.sh {posargs}
[testenv:fast8] [testenv:fast8]