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: I550e5bc542d52387d3279cbcaf3dd8e55668d521
This commit is contained in:
Ondřej Nový 2015-12-11 23:11:43 +01:00
parent ad7072c404
commit 71eb730a91
1 changed files with 0 additions and 4 deletions

View File

@ -19,10 +19,6 @@ commands =
[testenv:common-constraints]
install_command = {toxinidir}/tools/tox_install.sh constrained -c{env:UPPER_CONTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
[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