2018-07-06 18:31:35 -04:00
|
|
|
[testenv]
|
|
|
|
deps =
|
|
|
|
coverage
|
2019-05-24 16:14:47 -04:00
|
|
|
|
2018-07-06 18:31:35 -04:00
|
|
|
extras = test
|
|
|
|
changedir = {toxinidir}/tests
|
|
|
|
setenv =
|
|
|
|
HOME=/tmp
|
|
|
|
commands =
|
2019-12-07 17:45:23 -05:00
|
|
|
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
|
2018-07-18 00:02:49 -04:00
|
|
|
orchstr8 download
|
2019-12-31 20:08:19 -05:00
|
|
|
blockchain: coverage run -p --source={envsitepackagesdir}/lbry -m unittest discover -vv integration.blockchain {posargs}
|
|
|
|
datanetwork: coverage run -p --source={envsitepackagesdir}/lbry -m unittest discover -vv integration.datanetwork {posargs}
|
|
|
|
other: coverage run -p --source={envsitepackagesdir}/lbry -m unittest discover -vv integration.other {posargs}
|