added apsw installation to tox

This commit is contained in:
Lex Berezhny 2019-12-07 17:45:23 -05:00
parent b20939d211
commit c28f0f6286

View file

@ -12,5 +12,9 @@ setenv =
HOME=/tmp
TORBA_LEDGER=lbry.wallet
commands =
pip install https://github.com/rogerbinns/apsw/releases/download/3.30.1-r1/apsw-3.30.1-r1.zip \
--global-option=fetch \
--global-option=--version --global-option=3.30.1 --global-option=--all \
--global-option=build --global-option=--enable --global-option=fts5
orchstr8 download
coverage run -p --source={envsitepackagesdir}/lbry -m unittest discover -vv integration {posargs}