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: I5a5c337da09e7fed32c30a2e193c23960cc4b7a2
This commit is contained in:
Ondřej Nový
2015-12-11 23:11:55 +01:00
parent 06460e0d75
commit be3854c944

View File

@@ -10,9 +10,6 @@ setenv = VIRTUAL_ENV={envdir}
commands =
python -m climateclient.openstack.common.lockutils python setup.py testr --slowest --testr-args="{posargs}"
[tox:jenkins]
downloadcache = ~/cache/pip
[testenv:pep8]
commands = flake8