lbry-sdk/tox.ini
Jack Robison f7bde2365f
improve set_build.py, pin torba version
- adds BUILD_COMMIT to lbrynet.build_type
2019-05-24 17:32:33 -04:00

16 lines
294 B
INI

[tox]
envlist = py37-integration
[testenv]
deps =
coverage
; ../torba
extras = test
changedir = {toxinidir}/tests
setenv =
HOME=/tmp
TORBA_LEDGER=lbrynet.wallet
commands =
orchstr8 download
coverage run -p --source={envsitepackagesdir}/lbrynet -m unittest discover -vv integration