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

View File

@ -36,9 +36,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
# it's not a bug that we aren't using all of hacking, ignore: