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: I1f758ea8dbac08cef1fa5fc34c0fd21d55a71385
This commit is contained in:
Ondřej Nový
2015-12-11 23:12:07 +01:00
committed by Thomas Goirand
parent 1a90685dab
commit 61019c7f83

View File

@@ -21,9 +21,6 @@ deps = {[testenv]deps}
pydot2
commands = {toxinidir}/tools/update_states.sh
[tox:jenkins]
downloadcache = ~/cache/pip
[testenv:pep8]
commands = flake8 {posargs}