Pinning tox version to prevent update

Change-Id: I5ef8070a1a2b9edd108cf6715985c55e6e0186ce
This commit is contained in:
Anand Shanmugam 2016-01-22 11:28:12 -08:00
parent 502da70111
commit f0e9321cce

View File

@ -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