fix cover job for liberty

This will remove the custom install_command from the
cover target, since it does not follow the upper
constraints.

Depends-On: I2c0fb1e9b5a51be409687d9cb85ee3ae70c1ce94
Change-Id: I31eeb2af4dfdb121ab2d138bc9c739f37c2a43e2
This commit is contained in:
Steve Martinelli 2016-06-23 16:01:34 -04:00
parent 6bf21f3660
commit 76b8d42003
1 changed files with 0 additions and 4 deletions

View File

@ -68,10 +68,6 @@ downloadcache = ~/cache/pip
[testenv:cover]
commands = python setup.py testr --coverage --testr-args='{posargs}'
# 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}
[testenv:venv]
# NOTE(jaegerandi): this target does not use constraints because