From 7fa2f934c6cfaa1180ee24ee8e675a2df34e5910 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Nov=C3=BD?= Date: Fri, 11 Dec 2015 21:06:15 +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: Ia80e4e66a30a3f120e19fa7f06339b1fc0c2b1c8 --- tox.ini | 3 --- 1 file changed, 3 deletions(-) diff --git a/tox.ini b/tox.ini index b3f301cf9..8629fcc71 100644 --- a/tox.ini +++ b/tox.ini @@ -24,9 +24,6 @@ setenv = {[testenv]setenv} ZAQAR_TEST_INTEGRATION=1 commands = python setup.py testr --slowest --testr-args='--concurrency 1 zaqar.tests.functional' -[tox:jenkins] -downloadcache = ~/cache/pip - [testenv:pep8] commands = flake8