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

View File

@ -3,9 +3,6 @@ minversion = 1.6
envlist = py27,flake8
skipsdist = True
[tox:jenkins]
downloadcache = ~/cache/pip
[testenv]
usedevelop = True
install_command = pip install {opts} {packages}