forked from LBRYCommunity/lbry-sdk
install extras from github
This commit is contained in:
parent
9c91b135bd
commit
0cef2fdd82
2 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ jobs:
|
|||
name: "pylint lbrynet"
|
||||
install:
|
||||
- pip install pylint
|
||||
- pip install git+https://github.com/lbryio/torba.git
|
||||
- pip install git+https://github.com/lbryio/torba.git[server]
|
||||
- pip install -e .[wallet-server]
|
||||
script: pylint lbrynet
|
||||
|
||||
|
@ -19,7 +19,7 @@ jobs:
|
|||
name: "Unit Tests w/ Python 3.7"
|
||||
install:
|
||||
- pip install coverage
|
||||
- pip install git+https://github.com/lbryio/torba.git
|
||||
- pip install git+https://github.com/lbryio/torba.git[server]
|
||||
- pip install -e .[test]
|
||||
script:
|
||||
- HOME=/tmp coverage run -p --source=lbrynet -m unittest discover -v tests.unit.wallet
|
||||
|
|
2
tox.ini
2
tox.ini
|
@ -9,7 +9,7 @@ extras = test
|
|||
changedir = {toxinidir}/tests
|
||||
setenv =
|
||||
HOME=/tmp
|
||||
TORBA_LEDGER=lbrynet.wallet
|
||||
TORBA_LEDGER=lbrynet.extras.wallet
|
||||
commands =
|
||||
orchstr8 download
|
||||
coverage run -p --source={envsitepackagesdir}/lbrynet -m unittest integration.wallet.test_transactions.BasicTransactionTest
|
||||
|
|
Loading…
Reference in a new issue