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: I67d5583845386ceb439aaebb2a1081ff6d871aba
This commit is contained in:
Ondřej Nový 2015-12-11 23:12:04 +01:00
parent d8b6601bc0
commit 806a261937

View File

@ -25,9 +25,6 @@ commands =
oslo-config-generator --config-file=config-generator.conf oslo-config-generator --config-file=config-generator.conf
python tools/cli_auto_doc.py doc/source/tools python tools/cli_auto_doc.py doc/source/tools
[tox:jenkins]
downloadcache = ~/cache/pip
[testenv:docs] [testenv:docs]
commands = python setup.py build_sphinx commands = python setup.py build_sphinx