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: Ide39e7af5eab5d482b1f5ef30a8d601c2d1c1050
This commit is contained in:
Ondřej Nový 2015-12-11 22:15:26 +01:00
parent df7e09af50
commit 4c880ff429
1 changed files with 0 additions and 3 deletions

View File

@ -29,9 +29,6 @@ commands = python setup.py testr --coverage --testr-args='{posargs}'
commands =
oslo-config-generator --config-file=config-generator.conf
[tox:jenkins]
downloadcache = ~/cache/pip
[testenv:docs]
commands = python setup.py build_sphinx