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: I01a68d3ccacbd46998a0371eb9b0d4fbdd00a71a
This commit is contained in:
Ondřej Nový 2015-12-11 21:06:12 +01:00
parent 35926a0387
commit b98bfd323f
1 changed files with 0 additions and 3 deletions

View File

@ -24,9 +24,6 @@ commands = {posargs}
commands = python setup.py testr --coverage --testr-args='{posargs}'
[tox:jenkins]
downloadcache = ~/cache/pip
[flake8]
show-source = True
max-line-length = 120