Merge "Add -U option to pip install command"

This commit is contained in:
Jenkins 2013-12-12 17:55:19 +00:00 committed by Gerrit Code Review
commit 833b775321
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}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
commands = python setup.py testr --slowest --testr-args='{posargs}'