forked from LBRYCommunity/lbry-sdk
hmm
This commit is contained in:
parent
0cef2fdd82
commit
fceb2ae0a2
1 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ jobs:
|
||||||
name: "pylint lbrynet"
|
name: "pylint lbrynet"
|
||||||
install:
|
install:
|
||||||
- pip install pylint
|
- pip install pylint
|
||||||
- pip install git+https://github.com/lbryio/torba.git[server]
|
- pip install git+https://github.com/lbryio/torba.git
|
||||||
- pip install -e .[wallet-server]
|
- pip install -e .[wallet-server]
|
||||||
script: pylint lbrynet
|
script: pylint lbrynet
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@ jobs:
|
||||||
name: "Unit Tests w/ Python 3.7"
|
name: "Unit Tests w/ Python 3.7"
|
||||||
install:
|
install:
|
||||||
- pip install coverage
|
- pip install coverage
|
||||||
- pip install git+https://github.com/lbryio/torba.git[server]
|
- pip install git+https://github.com/lbryio/torba.git
|
||||||
- pip install -e .[test]
|
- pip install -e .[test]
|
||||||
script:
|
script:
|
||||||
- HOME=/tmp coverage run -p --source=lbrynet -m unittest discover -v tests.unit.wallet
|
- HOME=/tmp coverage run -p --source=lbrynet -m unittest discover -v tests.unit.wallet
|
||||||
|
|
Loading…
Reference in a new issue