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
|
- ps: .\build.ps1
|
||||||
- python zip_daemon.py
|
- python zip_daemon.py
|
||||||
- python release_on_tag.py
|
- python release_on_tag.py
|
||||||
- dir .\build
|
|
||||||
- dir .\dist
|
|
||||||
|
|
||||||
|
|
||||||
artifacts:
|
artifacts:
|
||||||
- path: build\dist\*.zip
|
- path: build\dist\*.zip
|
||||||
name: lbrynet-daemon
|
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:
|
install:
|
||||||
- pip install -U pip
|
- pip install -U pip
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- pip install git+https://github.com/lbryio/lbryum.git
|
|
||||||
- pip install .
|
- pip install .
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
|
Loading…
Reference in a new issue