Don't use zuul-cloner for venv env, for periodic jobs

Partial-Bug: #1568708
Change-Id: I4cd51614d9a55a0ebdb8c7a7326d91482313156d
This commit is contained in:
Doug Wiegley 2016-04-15 09:15:26 -06:00
parent 6f24c6c168
commit 30f9c6978b
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ commands =
[testenv:venv]
# TODO(ihrachys): remove once infra supports constraints for this target
install_command = {toxinidir}/tools/tox_install.sh unconstrained {opts} {packages}
install_command = pip install -U {opts} {packages}
commands = {posargs}
[testenv:docs]