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: I5b2e08672f2354605052dfaab5b108948175c2ab
This commit is contained in:
Ondřej Nový 2015-12-11 23:11:55 +01:00 committed by Alan Pevec
parent 788c70ab26
commit 5da6695135
1 changed files with 0 additions and 3 deletions

View File

@ -13,9 +13,6 @@ setenv = VIRTUAL_ENV={envdir}
deps = -r{toxinidir}/test-requirements.txt
commands = python setup.py testr --testr-args='{posargs}'
[tox:jenkins]
downloadcache = ~/cache/pip
[testenv:pep8]
commands = flake8