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: I1f39c6a7824dfafb5b4d1a03fe8415fa3534bdc1
This commit is contained in:
Ondřej Nový 2015-12-11 23:12:12 +01:00
parent 13d9cd6c0d
commit 8bd3bd19ef
1 changed files with 0 additions and 3 deletions

View File

@ -6,6 +6,3 @@ envlist = py27,py33,py34
[testenv:venv] [testenv:venv]
commands = {posargs} commands = {posargs}
[tox:jenkins]
downloadcache = ~/cache/pip