Merge "Remove -U from pip install"

This commit is contained in:
Zuul 2017-12-07 03:38:33 +00:00 committed by Gerrit Code Review
commit 6df597041a
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ envlist = py35,py27,pep8
[testenv]
usedevelop = True
install_command = pip install -U {opts} {packages}
install_command = pip install {opts} {packages}
setenv =
VIRTUAL_ENV={envdir}
LANG=en_US.UTF-8