fix integration tests

This commit is contained in:
Lex Berezhny 2018-11-04 01:51:34 -05:00
parent 699c057f2d
commit d12b6cddb3

View file

@ -4,14 +4,14 @@ envlist = py37-integration
[testenv]
deps =
coverage
../torba
../torba[server]
../lbryschema
../lbryumx
extras = test
changedir = {toxinidir}/tests
setenv =
HOME=/tmp
LEDGER=lbrynet.wallet
TORBA_LEDGER=lbrynet.wallet
commands =
orchstr8 download
coverage run -p --source={envsitepackagesdir}/lbrynet -m unittest integration.wallet.test_transactions.BasicTransactionTest