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: Ic576b1e453b1884beb5b30d920baf78f2023f69b
This commit is contained in:
parent
55857a2e21
commit
7a6d68e7a3
3
tox.ini
3
tox.ini
@ -28,9 +28,6 @@ setenv = VIRTUAL_ENV={envdir}
|
|||||||
NOSE_COVER_HTML=1
|
NOSE_COVER_HTML=1
|
||||||
NOSE_COVER_HTML_DIR={toxinidir}/cover
|
NOSE_COVER_HTML_DIR={toxinidir}/cover
|
||||||
|
|
||||||
[tox:jenkins]
|
|
||||||
downloadcache = ~/cache/pip
|
|
||||||
|
|
||||||
[testenv:functest]
|
[testenv:functest]
|
||||||
changedir = {toxinidir}
|
changedir = {toxinidir}
|
||||||
commands = bash ./.functests -q
|
commands = bash ./.functests -q
|
||||||
|
Loading…
x
Reference in New Issue
Block a user