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: I5a8aecadc2dedca3f34f0e240fc5ba977b2cebb3
This commit is contained in:
Ondřej Nový 2015-12-11 22:28:53 +01:00
parent c427fb467d
commit f5b323f4cf
1 changed files with 0 additions and 3 deletions

View File

@ -15,9 +15,6 @@ commands = python setup.py testr --slowest --testr-args='{posargs}'
[testenv:docs]
commands = python setup.py build_sphinx
[tox:jenkins]
downloadcache = ~/cache/pip
[testenv:releasenotes]
commands = sphinx-build -a -E -W -d releasenotes/build/.doctrees -b html releasenotes/source releasenotes/build/html