forked from LBRYCommunity/lbry-sdk
fix integration tests
This commit is contained in:
parent
699c057f2d
commit
d12b6cddb3
1 changed files with 2 additions and 2 deletions
4
tox.ini
4
tox.ini
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue