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: I148a50e3f17fcbf2187898a59b28ea4ed0a827a2
This commit is contained in:
Andreas Jaeger 2016-07-17 15:57:37 +02:00
parent 6e2922bc49
commit 4ad0dfe88c
1 changed files with 0 additions and 6 deletions

View File

@ -35,12 +35,6 @@ commands =
commands = oslo_debug_helper {posargs}
[testenv:cover]
# NOTE(amrith) The setting of the install_command in this location
# is only required because currently infra does not actually
# support constraints files for the cover job, and while
# the environment variable UPPER_CONSTRAINTS_FILE is set, there's
# no file there. It can be removed when infra changes this.
install_command = pip install -U {opts} {packages}
basepython = python2.7
commands =
coverage erase