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: I5186dd78960d24aad5d91c19de829cd5ae5a3093
This commit is contained in:
Ondřej Nový 2015-12-11 21:06:12 +01:00 committed by Ondřej Nový
parent 409cc393c2
commit 9c958587cb
1 changed files with 0 additions and 3 deletions

View File

@ -52,9 +52,6 @@ commands =
commands =
oslo-config-generator --config-file etc/rally/rally-config-generator.conf
[tox:jenkins]
downloadcache = ~/cache/pip
[flake8]
ignore = H703
show-source = true