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

View File

@ -4,7 +4,6 @@ envlist = pep8
[testenv]
deps = -r{toxinidir}/test-requirements.txt
downloadcache = {toxworkdir}/_download
[testenv:pep8]
commands =