Merge "Fix post jobs"

This commit is contained in:
Jenkins 2016-04-18 02:11:06 +00:00 committed by Gerrit Code Review
commit 59aebdfe4d
1 changed files with 4 additions and 0 deletions

View File

@ -84,6 +84,10 @@ commands =
bandit -r magnum -x tests -n5 -ll
[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:venv-constraints]