From 1ed856577745517e20c2e4c12cc8904827cb8adb Mon Sep 17 00:00:00 2001 From: Vinod Pandarinathan Date: Fri, 3 Mar 2017 11:53:31 -0800 Subject: [PATCH] Upgrade pip version Change-Id: I8e126cb677733bf9ce5295abec444edc51e8813c --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 6ab7707..5957855 100644 --- a/tox.ini +++ b/tox.ini @@ -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