From f0e9321cce6fc8616c591777cf883173b04df031 Mon Sep 17 00:00:00 2001 From: Anand Shanmugam Date: Fri, 22 Jan 2016 11:28:12 -0800 Subject: [PATCH] Pinning tox version to prevent update Change-Id: I5ef8070a1a2b9edd108cf6715985c55e6e0186ce --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 0bd2194..a130dca 100644 --- a/tox.ini +++ b/tox.ini @@ -5,7 +5,7 @@ skipsdist = True [testenv] usedevelop = True -install_command = pip install -U {opts} {packages} +install_command = pip install {opts} {packages} setenv = VIRTUAL_ENV={envdir} deps = -r{toxinidir}/requirements.txt