From ec92ab49814466d044af6a64bee3cdfc3067bede Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Nov=C3=BD?= Date: Fri, 11 Dec 2015 22:14:50 +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: Ib33336d8aac1c8d27958afe1a60b973b06360513 --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index dea25a7..7d57b47 100644 --- a/tox.ini +++ b/tox.ini @@ -5,5 +5,3 @@ skipsdist = True [testenv:venv] commands = {posargs} -[tox:jenkins] -downloadcache = ~/cache/pip