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: Icc8efbe5c60e861d12a91eace128591155dd0ebd
This commit is contained in:
Ondřej Nový 2015-12-11 23:12:11 +01:00
parent 3038de1677
commit 63ca43f7ed

View File

@ -40,7 +40,6 @@ deps =
[tox:jenkins]
sitepackages = True
downloadcache = ~/cache/pip
[testenv:releasenotes]
commands = sphinx-build -a -E -W -d releasenotes/build/doctrees -b html releasenotes/source releasenotes/build/html