lbry-sdk/tox.ini

21 lines
544 B
INI
Raw Normal View History

2018-07-07 00:31:35 +02:00
[tox]
2018-07-27 04:09:26 +02:00
envlist = py36-integration
2018-07-07 00:31:35 +02:00
[testenv]
deps =
coverage
../torba
../lbryschema
2018-07-22 01:32:05 +02:00
../electrumx
../lbryumx
../orchstr8
2018-07-07 00:31:35 +02:00
extras = test
changedir = {toxinidir}/tests
setenv =
HOME=/tmp
LEDGER=lbrynet.wallet
2018-07-07 00:31:35 +02:00
commands =
orchstr8 download
coverage run -p --source={envsitepackagesdir}/lbrynet -m twisted.trial --reactor=asyncio integration.wallet.test_transactions.BasicTransactionTest
coverage run -p --source={envsitepackagesdir}/lbrynet -m twisted.trial --reactor=asyncio integration.wallet.test_commands.CommonWorkflowTests