From 973e1c032e1e8e7c4cf9a5c4c5d28946e894dc78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Nov=C3=BD?= Date: Fri, 11 Dec 2015 23:11:58 +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: I052ab287585af3a8fea66f85cf88cad88caeaade --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index 5aef0a89..dc6e87d5 100644 --- a/tox.ini +++ b/tox.ini @@ -36,7 +36,6 @@ commands = python setup.py test --coverage --testr-args='{posargs}' [tox:jenkins] sitepackages = False -downloadcache = ~/cache/pip [testenv:pep8] sitepackages = False