From 48512408cccf1106df6e94eda1fed2b2006d50fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Nov=C3=BD?= Date: Fri, 11 Dec 2015 23:11:58 +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: I4d0b1432e5e8e60bca06fa094a99946523155af6 --- tox.ini | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tox.ini b/tox.ini index a79940e..b332922 100644 --- a/tox.ini +++ b/tox.ini @@ -15,9 +15,6 @@ deps = -r{toxinidir}/requirements.txt commands = python setup.py testr --testr-args='{posargs}' -[tox:jenkins] -downloadcache = ~/cache/pip - [testenv:pep8] commands = flake8 @@ -33,4 +30,4 @@ commands= [flake8] show-source = True -exclude = .venv,.git,.tox,dist,*lib/python*,*egg,build \ No newline at end of file +exclude = .venv,.git,.tox,dist,*lib/python*,*egg,build