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: I63939800bf0fe6ef89d6651273e3bb53678d23a6
This commit is contained in:
Ondřej Nový
2015-12-11 21:06:13 +01:00
parent 24a8efcbde
commit 1ac8083af9

View File

@@ -38,9 +38,6 @@ setenv =
# TLS (https) server certificate.
passenv = OS_CACERT
[tox:jenkins]
downloadcache = ~/cache/pip
[flake8]
show-source = True
ignore = F811,F821,H306,H404,H405,E122,E123,E128,E251