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: Ie79171825cec9c9a0b21bd9182380719dcebf405
This commit is contained in:
Ondřej Nový 2015-12-11 23:12:13 +01:00
parent 481cf09ac4
commit 2c0a7a18f6
1 changed files with 0 additions and 2 deletions

2
tox.ini Executable file → Normal file
View File

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