From 9ac2fb6e34d57c449ec54cb4a17552c8285d181c Mon Sep 17 00:00:00 2001 From: Anand Shanmugam Date: Thu, 2 Mar 2017 20:58:51 -0800 Subject: [PATCH] Testing upgrade Change-Id: Id460b8d191b921d443524cd656b9365793baa8d4 (cherry picked from commit 27daddf86894b9f7f6b1b54f701d469a69e5b33c) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a130dca..0bd2194 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