forked from LBRYCommunity/lbry-sdk
lbryum is in requirements now
This commit is contained in:
parent
371efb59c7
commit
55d47b9f19
2 changed files with 0 additions and 7 deletions
|
@ -24,14 +24,8 @@ build_script:
|
|||
- ps: .\build.ps1
|
||||
- python zip_daemon.py
|
||||
- python release_on_tag.py
|
||||
- dir .\build
|
||||
- dir .\dist
|
||||
|
||||
|
||||
artifacts:
|
||||
- path: build\dist\*.zip
|
||||
name: lbrynet-daemon
|
||||
#- path: build/exe.win32-2.7/
|
||||
# name: lbry-portable
|
||||
#- path: packaging/windows/lbry-win32-app/LBRY-URI.reg
|
||||
# name: LBRY-URI
|
||||
|
|
|
@ -33,7 +33,6 @@ before_install:
|
|||
install:
|
||||
- pip install -U pip
|
||||
- pip install -r requirements.txt
|
||||
- pip install git+https://github.com/lbryio/lbryum.git
|
||||
- pip install .
|
||||
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue