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: Iaec42dadd15612c554a106dec1d6e348a1cb8253
This commit is contained in:
Ondřej Nový 2015-12-11 23:11:56 +01:00
parent 6a51342287
commit c300520296

View File

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