From fb0e9de4c316397e3ce8f31587fdf6eb74bfc667 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Nov=C3=BD?= Date: Fri, 11 Dec 2015 22:01:37 +0100 Subject: 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: I7c9cb6abe68639309db268076a4d021af09cdcc9 --- tox.ini | 1 - 1 file changed, 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 83293fa..5952c34 100644 --- a/tox.ini +++ b/tox.ini @@ -15,7 +15,6 @@ commands = [tox:jenkins] sitepackages = True -downloadcache = ~/cache/pip [testenv:pep8] commands = flake8 {posargs} -- cgit v1.2.1