From 7c78c7bc2efb63bd17c54c6ed720b54bcaab0703 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Nov=C3=BD?= Date: Fri, 11 Dec 2015 21:06:13 +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: I95015c79049633ed97714d6de8dd8f231bd15a03 --- tox.ini | 3 --- 1 file changed, 3 deletions(-) diff --git a/tox.ini b/tox.ini index e904924..7847e38 100644 --- a/tox.ini +++ b/tox.ini @@ -23,9 +23,6 @@ commands = {posargs} [testenv:cover] commands = python setup.py testr --coverage -[tox:jenkins] -downloadcache = ~/cache/pip - [testenv:func] setenv = OS_TEST_PATH=tests.functional whitelist_externals =