From 2109d5a1961abf5d08c7c920abf6d6b55c130c48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Nov=C3=BD?= Date: Fri, 11 Dec 2015 21:06:11 +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: Icf45281133b540aa556cb9812396328f368d6f02 --- tox.ini | 3 --- 1 file changed, 3 deletions(-) diff --git a/tox.ini b/tox.ini index 1a47b3f8..f8fc01d2 100644 --- a/tox.ini +++ b/tox.ini @@ -3,9 +3,6 @@ minversion = 1.6 skipsdist = True envlist = py26, py27, py34, docs, pep8, py27-coverage, py34-coverage -[tox:jenkins] -downloadcache = ~/cache/pip - [testenv] usedevelop = True # LC_ALL see https://github.com/gabrielfalcao/HTTPretty/issues/223