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: Ieb5b735f1ed72b5baf3e942917966c2b20c9af2a
This commit is contained in:
Ondřej Nový 2015-12-11 23:12:00 +01:00
parent c12a881e87
commit d48348b64c

View File

@ -9,9 +9,6 @@ install_command = pip install -U {opts} {packages}
deps = -r{toxinidir}/test-requirements.txt
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
[tox:jenkins]
downloadcache = ~/cache/pip
[testenv:lint]
commands =
{toxinidir}/tools/run_renderspec.sh {toxinidir}