From 304cda0f8bf87c57017421f638f13c9de165a5d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Nov=C3=BD?= Date: Fri, 11 Dec 2015 22:11:38 +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: I081ab2b176a2946572f4173aac97161d489884d1 --- tox.ini | 3 --- 1 file changed, 3 deletions(-) diff --git a/tox.ini b/tox.ini index b73c7d94..a537cd04 100644 --- a/tox.ini +++ b/tox.ini @@ -27,9 +27,6 @@ commands = {posargs} [testenv:cover] commands = python setup.py testr --coverage --testr-args='{posargs}' -[tox:jenkins] -downloadcache = ~/cache/pip - [flake8] ignore = H302,H304,H233,H803,F401,H104,H236,H237,H238 show-source = true