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: Id9cb6a024049932501c41b393ce9cf9ad7c2cc86
This commit is contained in:
Ondřej Nový 2015-12-11 21:06:12 +01:00
parent b2c19dd214
commit b0dd12d737
1 changed files with 0 additions and 3 deletions

View File

@ -18,9 +18,6 @@ commands = flake8 {posargs}
requirements = pylint==0.25.2
commands = pylint doc8
[tox:jenkins]
downloadcache = ~/cache/pip
[testenv:venv]
commands = {posargs}