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]
|
[testenv]
|
||||||
deps =
|
deps =
|
||||||
coverage
|
coverage
|
||||||
../torba
|
../torba[server]
|
||||||
../lbryschema
|
../lbryschema
|
||||||
../lbryumx
|
../lbryumx
|
||||||
extras = test
|
extras = test
|
||||||
changedir = {toxinidir}/tests
|
changedir = {toxinidir}/tests
|
||||||
setenv =
|
setenv =
|
||||||
HOME=/tmp
|
HOME=/tmp
|
||||||
LEDGER=lbrynet.wallet
|
TORBA_LEDGER=lbrynet.wallet
|
||||||
commands =
|
commands =
|
||||||
orchstr8 download
|
orchstr8 download
|
||||||
coverage run -p --source={envsitepackagesdir}/lbrynet -m unittest integration.wallet.test_transactions.BasicTransactionTest
|
coverage run -p --source={envsitepackagesdir}/lbrynet -m unittest integration.wallet.test_transactions.BasicTransactionTest
|
||||||
|
|
Loading…
Reference in a new issue