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: Ib6b624be80e9e562d5204333b291a2b2ea3d8958
This commit is contained in:
Ondřej Nový 2015-12-11 21:06:13 +01:00
parent 4c0536b428
commit 83c53c4e71
1 changed files with 0 additions and 3 deletions

View File

@ -16,9 +16,6 @@ commands =
coverage report --omit="tests/*" --show-missing
coverage html --omit="tests/*" -d cover
[tox:jenkins]
downloadcache = ~/cache/pip
[testenv:pep8]
commands = flake8