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: I8b51f27bb652f6d928e6990ca7ecd45a6fe3f194
This commit is contained in:
Ondřej Nový 2015-12-11 21:06:15 +01:00
parent 56283043b9
commit 44ebe6e479
1 changed files with 0 additions and 3 deletions

View File

@ -29,9 +29,6 @@ commands = bash tools/pretty_tox.sh '{posargs}'
[testenv:cover]
commands = {toxinidir}/tools/cover.sh {posargs}
[tox:jenkins]
downloadcache = ~/cache/pip
[testenv:pep8]
commands =
flake8 {posargs}