Merge "Use constraints for coverage job" into stable/mitaka

This commit is contained in:
Jenkins 2016-07-20 04:01:31 +00:00 committed by Gerrit Code Review
commit 3eda593ed2
1 changed files with 0 additions and 4 deletions

View File

@ -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]