From 58491d5b82b46560e7bc83c68c8d36902c2f673b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Nov=C3=BD?= Date: Fri, 11 Dec 2015 21:06:11 +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: I0349f6d3812783391bc74cacae6ad947a4d19622 --- tox.ini | 3 --- 1 file changed, 3 deletions(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 8232a5e..f0e8606 100644 --- a/tox.ini +++ b/tox.ini @@ -34,9 +34,6 @@ deps = {[testenv]deps} commands = nosetests {toxinidir}/functionaltests/{posargs} -v -[tox:jenkins] -downloadcache = ~/cache/pip - [flake8] show-source = True ignore = F,H -- cgit v1.2.1