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:
parent
7dc5bfdf94
commit
dafcfb78d7
1
tox.ini
1
tox.ini
@ -14,7 +14,6 @@ deps = -r{toxinidir}/requirements.txt
|
|||||||
-egit+https://github.com/powervm/pypowervm@develop#egg=pypowervm
|
-egit+https://github.com/powervm/pypowervm@develop#egg=pypowervm
|
||||||
whitelist_externals = bash
|
whitelist_externals = bash
|
||||||
commands = bash tools/pretty_tox.sh '{posargs}'
|
commands = bash tools/pretty_tox.sh '{posargs}'
|
||||||
downloadcache = {toxworkdir}/_download
|
|
||||||
|
|
||||||
[testenv:pep8]
|
[testenv:pep8]
|
||||||
commands = flake8
|
commands = flake8
|
||||||
|
Loading…
x
Reference in New Issue
Block a user