Merge "Add -U to pip install command in tox.ini"

This commit is contained in:
Jenkins 2013-12-12 03:24:28 +00:00 committed by Gerrit Code Review
commit cc44d394f9

View File

@ -5,7 +5,7 @@ skipsdist = True
[testenv] [testenv]
usedevelop = True usedevelop = True
install_command = pip install {opts} {packages} install_command = pip install -U {opts} {packages}
setenv = LANG=en_US.UTF-8 setenv = LANG=en_US.UTF-8
LANGUAGE=en_US:en LANGUAGE=en_US:en
LC_ALL=C LC_ALL=C