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: Ia80e4e66a30a3f120e19fa7f06339b1fc0c2b1c8
This commit is contained in:
Ondřej Nový 2015-12-11 21:06:15 +01:00
parent 0f0087940b
commit 7fa2f934c6

View File

@ -24,9 +24,6 @@ setenv = {[testenv]setenv}
ZAQAR_TEST_INTEGRATION=1
commands = python setup.py testr --slowest --testr-args='--concurrency 1 zaqar.tests.functional'
[tox:jenkins]
downloadcache = ~/cache/pip
[testenv:pep8]
commands = flake8