Merge "Upgrade pip version"

This commit is contained in:
Jenkins 2017-03-03 20:09:41 +00:00 committed by Gerrit Code Review
commit 65a87f0f09
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 =
VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/requirements.txt