lbryum is in requirements now

This commit is contained in:
Alex Grintsvayg 2017-04-10 18:44:51 -04:00 committed by Alex Grintsvayg
parent 371efb59c7
commit 55d47b9f19
2 changed files with 0 additions and 7 deletions

View file

@ -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

View file

@ -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: