From df528e545892b55452dec7a8f24e124778923862 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Nov=C3=BD?= Date: Fri, 11 Dec 2015 21:06:15 +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: If04bf146f45d4c7300058c2c441a12ab8f952225 --- tox.ini | 3 --- 1 file changed, 3 deletions(-) diff --git a/tox.ini b/tox.ini index 9b8400e0b1..e517e2826f 100644 --- a/tox.ini +++ b/tox.ini @@ -14,9 +14,6 @@ commands = find . -type f -name "*.pyc" -delete python setup.py testr --testr-args='{posargs}' -[tox:jenkins] -downloadcache = ~/cache/pip - [testenv:releasenotes] commands = sphinx-build -a -E -W -d releasenotes/build/doctrees \ -b html releasenotes/source releasenotes/build/html