From d12b6cddb31379e3c828ef74f6199f37e2ffa66b Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Sun, 4 Nov 2018 01:51:34 -0500 Subject: [PATCH] fix integration tests --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 1c4971caa..5cd0e0aad 100644 --- a/tox.ini +++ b/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