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: Ic89af2a7dd05629a00a9dd4857866f6028afc9d5
This commit is contained in:
Ondřej Nový 2015-12-11 21:06:12 +01:00
parent 7a4866339c
commit de938fd2ed
1 changed files with 0 additions and 1 deletions

View File

@ -8,7 +8,6 @@ install_command = pip install -U {opts} {packages}
deps = -r{toxinidir}/test-requirements.txt
setenv = VIRTUAL_ENV={envdir}
sitepackages = False
downloadcache = {toxworkdir}/_download
[testenv:pep8]
commands =