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: I521b7cb11374f0600d1f6d4c6529e95aa29654b0
This commit is contained in:
Ondřej Nový 2015-12-11 23:11:58 +01:00
parent 8ee3380fa2
commit 0a132d3256
1 changed files with 0 additions and 3 deletions

View File

@ -27,9 +27,6 @@ commands = python setup.py test --coverage --testr-args='{posargs}'
[testenv:debug]
commands = oslo_debug_helper -t openstackclient/tests {posargs}
[tox:jenkins]
downloadcache = ~/cache/pip
[testenv:docs]
commands = python setup.py build_sphinx