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: Ifd9b14f00995371ab3bcce1c8e0efcafe56fe862
This commit is contained in:
Ondřej Nový
2015-12-11 21:06:11 +01:00
parent 9cc1ebe824
commit 48f1111f8f

View File

@@ -24,9 +24,6 @@ commands = {posargs}
[testenv:cover]
commands = python setup.py testr --coverage --testr-args='{posargs}'
[tox:jenkins]
downloadcache = ~/cache/pip
[flake8]
# E125 continuation line does not distinguish itself from next logical line
# H302 import only modules