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

View File

@ -40,9 +40,6 @@ commands = {toxinidir}/tests/ci/cover.sh {posargs}
changedir = doc/
commands = make html
[tox:jenkins]
downloadcache = ~/cache/pip
[flake8]
ignore = H703,H102,E265,E262,H233
show-source = true