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: Idfa22a7363a5f7e4998ba8084dfbb56084d2161d
This commit is contained in:
Ondřej Nový 2015-12-11 21:06:12 +01:00
parent 42453a3702
commit 71b95b314f

@ -40,9 +40,6 @@ norecursedirs = .tox .venv freezer_api freezer/binaries
[testenv:venv]
commands = {posargs}
[tox:jenkins]
downloadcache = ~/cache/pip
[testenv:cover]
commands = python setup.py testr --coverage