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

Partial-Bug: #1568708
Change-Id: I95e8c3818d364f27486411700ad6ab186260e076
This commit is contained in:
Doug Wiegley 2016-04-15 09:16:25 -06:00
parent da3b6583a2
commit 40ca087f58
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ commands =
[testenv:venv]
# TODO(pc_m): Remove install_command, 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]