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: I7984d64958d815745b8e7db0443c9a2ad8f1f224
This commit is contained in:
Ondřej Nový 2015-12-11 21:06:11 +01:00
parent a0b16699e4
commit 120f3a1d36

View File

@ -23,7 +23,6 @@ whitelist_externals = find
[tox:jenkins]
sitepackages = True
downloadcache = ~/cache/pip
[testenv:pep8]
commands = flake8