2018-05-25 08:03:25 +02:00
|
|
|
[tox]
|
2018-07-05 02:43:25 +02:00
|
|
|
#envlist = unit,integration-{torba.coin.bitcoincash,torba.coin.bitcoinsegwit}
|
2018-07-05 02:51:18 +02:00
|
|
|
envlist = py36-unit,py36-integration-torba.coin.bitcoinsegwit
|
2018-05-25 08:03:25 +02:00
|
|
|
|
|
|
|
[testenv]
|
|
|
|
deps =
|
|
|
|
coverage
|
2018-07-05 02:43:25 +02:00
|
|
|
integration: ../orchstr8
|
|
|
|
integration: ../electrumx
|
2018-06-14 02:57:57 +02:00
|
|
|
extras = test
|
2018-05-25 08:03:25 +02:00
|
|
|
changedir = {toxinidir}/tests
|
2018-07-05 02:43:25 +02:00
|
|
|
setenv = integration: LEDGER={envname}
|
2018-05-25 08:03:25 +02:00
|
|
|
commands =
|
2018-07-05 02:43:25 +02:00
|
|
|
unit: coverage run -p --source={envsitepackagesdir}/torba -m twisted.trial unit
|
|
|
|
integration: orchstr8 download
|
|
|
|
integration: coverage run -p --source={envsitepackagesdir}/torba -m twisted.trial --reactor=asyncio integration
|