From 61019c7f8370c602df20ec275667383a64f922ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Nov=C3=BD?= Date: Fri, 11 Dec 2015 23:12:07 +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: I1f758ea8dbac08cef1fa5fc34c0fd21d55a71385 --- tox.ini | 3 --- 1 file changed, 3 deletions(-) diff --git a/tox.ini b/tox.ini index d0bddf2b..abc05c57 100644 --- a/tox.ini +++ b/tox.ini @@ -21,9 +21,6 @@ deps = {[testenv]deps} pydot2 commands = {toxinidir}/tools/update_states.sh -[tox:jenkins] -downloadcache = ~/cache/pip - [testenv:pep8] commands = flake8 {posargs}