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: I22e710aae8bf34938a4f9ee85c566876a36c7bb1
This commit is contained in:
Ondřej Nový 2015-12-11 23:11:57 +01:00
parent c6dd7c7ba9
commit 6ac9f3a412

@ -42,9 +42,6 @@ commands = python setup.py testr --testr-args='--concurrency=1 {posargs}'
[testenv:cover]
commands = python setup.py testr --coverage --testr-args='{posargs}'
[tox:jenkins]
downloadcache = ~/cache/pip
[flake8]
# Following checks should be enabled in the future.
#