From 7a6d68e7a37f9f03c870e5ad86ef7c484b698f0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Nov=C3=BD?= Date: Fri, 11 Dec 2015 21:06:12 +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: Ic576b1e453b1884beb5b30d920baf78f2023f69b --- tox.ini | 3 --- 1 file changed, 3 deletions(-) diff --git a/tox.ini b/tox.ini index 763b3b0..4275f30 100644 --- a/tox.ini +++ b/tox.ini @@ -28,9 +28,6 @@ setenv = VIRTUAL_ENV={envdir} NOSE_COVER_HTML=1 NOSE_COVER_HTML_DIR={toxinidir}/cover -[tox:jenkins] -downloadcache = ~/cache/pip - [testenv:functest] changedir = {toxinidir} commands = bash ./.functests -q