From d55c1facc9d008c90e8c714c0ca10589d70a806c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Nov=C3=BD?= Date: Fri, 11 Dec 2015 21:06:11 +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: I3cb2252fbb3fbb5e80a46bd0fa18eadabba0c3ee --- tox.ini | 3 --- 1 file changed, 3 deletions(-) diff --git a/tox.ini b/tox.ini index 8568604..c5743f0 100644 --- a/tox.ini +++ b/tox.ini @@ -31,9 +31,6 @@ commands = coverage run \ coverage html -d cover /bin/rm .coverage -[tox:jenkins] -downloadcache = ~/cache/pip - [testenv:docs] commands = python setup.py build_sphinx