From de938fd2ede7902e6d7a7a43f03bca76fe943071 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: Ic89af2a7dd05629a00a9dd4857866f6028afc9d5 --- tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/tox.ini b/tox.ini index e7fe789..7a5b8d7 100644 --- a/tox.ini +++ b/tox.ini @@ -8,7 +8,6 @@ install_command = pip install -U {opts} {packages} deps = -r{toxinidir}/test-requirements.txt setenv = VIRTUAL_ENV={envdir} sitepackages = False -downloadcache = {toxworkdir}/_download [testenv:pep8] commands =