Merge "Use constraints for all tox environments"

This commit is contained in:
Jenkins 2016-08-10 14:12:32 +00:00 committed by Gerrit Code Review
commit ad8a5d5eac

View File

@ -66,10 +66,6 @@ commands =
coverage html --include='nova/*' -d covhtml -i
[testenv:venv]
# 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 = {posargs}
[testenv:docs]