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: I9b3cc5abb8ebc6cef95f4f98fe031ae4c5ccb279
This commit is contained in:
Ondřej Nový 2015-12-11 22:05:23 +01:00
parent 708f6f2177
commit 739ccb324b

View File

@ -32,9 +32,6 @@ deps = -r{toxinidir}/requirements-py3.txt
[testenv:cover]
commands = python setup.py testr --coverage --testr-args='{posargs}'
[tox:jenkins]
downloadcache = ~/cache/pip
[flake8]
# E125 and E128 are ignored on purpose, they are invalid pep8
# H803 is ignored on purpose - gating on periods in commit messages