From 71b95b314f0f3f0294e810c95fa501d3b1de4433 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Nov=C3=BD?= Date: Fri, 11 Dec 2015 21:06:12 +0100 Subject: [PATCH] Deprecated tox -downloadcache option removed Caching is enabled by default from pip version 6.0 More info: https://testrun.org/tox/latest/config.html#confval-downloadcache=path https://pip.pypa.io/en/stable/reference/pip_install/#caching Change-Id: Idfa22a7363a5f7e4998ba8084dfbb56084d2161d --- tox.ini | 3 --- 1 file changed, 3 deletions(-) diff --git a/tox.ini b/tox.ini index afd6f085..d8abfe9c 100644 --- a/tox.ini +++ b/tox.ini @@ -40,9 +40,6 @@ norecursedirs = .tox .venv freezer_api freezer/binaries [testenv:venv] commands = {posargs} -[tox:jenkins] -downloadcache = ~/cache/pip - [testenv:cover] commands = python setup.py testr --coverage