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: I5c2fedbdb26f2617b99cc15c3f82c89263745977
This commit is contained in:
Ondřej Nový 2015-12-11 22:08:46 +01:00
parent 7dc5bfdf94
commit dafcfb78d7
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ deps = -r{toxinidir}/requirements.txt
-egit+https://github.com/powervm/pypowervm@develop#egg=pypowervm
whitelist_externals = bash
commands = bash tools/pretty_tox.sh '{posargs}'
downloadcache = {toxworkdir}/_download
[testenv:pep8]
commands = flake8