Add -U to pip install command in tox.ini

Ask pip to upgrade packages in the virtualenv so that a long-lived
virtualenv is still kept up to date as external dependencies change.

Change-Id: I5a57debd5c4bc03e6d00d3801be614d9b895c508
This commit is contained in:
James E. Blair 2013-12-11 08:50:02 -08:00
parent c719e5b4ee
commit e6f31981f3
1 changed files with 1 additions and 1 deletions

View File

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