From 23d2ce00f06fd0d6f3ae711a7c802639c5cf548f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Nov=C3=BD?= Date: Fri, 11 Dec 2015 23:12: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: Ib6e42f616ecf79d5f701a08e433d5c0f638369dd --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index 62cb782..9e60b20 100644 --- a/tox.ini +++ b/tox.ini @@ -6,5 +6,3 @@ envlist = py27,py33,py34 [testenv:venv] commands = {posargs} -[tox:jenkins] -downloadcache = ~/cache/pip \ No newline at end of file