From 46ba7f2a7b763ac4b92bb6ee1a0f6062f510123e 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: I7b99c04f94fb6b9e1da6942dc293a3a135b75d16 --- tox.ini | 3 --- 1 file changed, 3 deletions(-) diff --git a/tox.ini b/tox.ini index 0731cfd..a9db5d7 100644 --- a/tox.ini +++ b/tox.ini @@ -2,9 +2,6 @@ minversion = 1.6 envlist = docs,py33,py34,py27,pypy,pep8,venv -[tox:jenkins] -downloadcache = ~/cache/pip - [testenv:docs] basepython = python2.7 commands = python setup.py build_sphinx