mirror of
https://github.com/LBRYFoundation/lbry-sdk.git
synced 2025-10-02 16:20:33 +00:00
debug
This commit is contained in:
parent
ee68e56e7a
commit
7af90d9367
2 changed files with 3 additions and 1 deletions
|
@ -22,6 +22,7 @@ jobs:
|
||||||
install:
|
install:
|
||||||
- pip install coverage
|
- pip install coverage
|
||||||
- pip install git+https://github.com/lbryio/torba.git@${TORBA}#egg=torba
|
- pip install git+https://github.com/lbryio/torba.git@${TORBA}#egg=torba
|
||||||
|
- pip show torba
|
||||||
- pip install -e .
|
- pip install -e .
|
||||||
script:
|
script:
|
||||||
- HOME=/tmp coverage run -p --source=lbrynet -m unittest discover -vv tests.unit
|
- HOME=/tmp coverage run -p --source=lbrynet -m unittest discover -vv tests.unit
|
||||||
|
@ -84,6 +85,7 @@ jobs:
|
||||||
install:
|
install:
|
||||||
- pip3 install pyinstaller
|
- pip3 install pyinstaller
|
||||||
- pip3 install git+https://github.com/lbryio/torba.git@${TORBA}#egg=torba
|
- pip3 install git+https://github.com/lbryio/torba.git@${TORBA}#egg=torba
|
||||||
|
- pip3 show torba
|
||||||
- python3 scripts/set_build.py
|
- python3 scripts/set_build.py
|
||||||
- pip3 install -e .
|
- pip3 install -e .
|
||||||
script:
|
script:
|
||||||
|
|
|
@ -13,7 +13,7 @@ wget -Onetifaces-0.10.7-cp37-cp37m-win32.whl https://ci.appveyor.com/api/buildjo
|
||||||
pip install netifaces-0.10.7-cp37-cp37m-win32.whl
|
pip install netifaces-0.10.7-cp37-cp37m-win32.whl
|
||||||
|
|
||||||
pip install git+https://github.com/lbryio/torba.git@${TORBA}#egg=torba
|
pip install git+https://github.com/lbryio/torba.git@${TORBA}#egg=torba
|
||||||
|
pip show torba
|
||||||
pip install -e .
|
pip install -e .
|
||||||
pip install pywin32
|
pip install pywin32
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue