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: Ief61149c2c094b8d3aee8912a26381e42f068cfe
This commit is contained in:
Ondřej Nový 2015-12-11 22:34:00 +01:00
parent 023646b3a2
commit 011469ebf0
1 changed files with 0 additions and 3 deletions

View File

@ -19,9 +19,6 @@ commands = flake8
[testenv:venv]
commands = {posargs}
[tox:jenkins]
downloadcache = ~/cache/pip
[flake8]
max-line-length = 120
# TODO: ignored checks should be enabled in the future