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

View File

@ -55,9 +55,6 @@ setenv = VIRTUAL_ENV={envdir}
NOSE_COVER_HTML=1
NOSE_COVER_HTML_DIR={toxinidir}/cover
[tox:jenkins]
downloadcache = ~/cache/pip
[flake8]
# follow the same style guidelines with swift
ignore = H