forgot to install lbryum

This commit is contained in:
jobevers 2017-02-15 11:21:11 -06:00
parent d4cd8308f1
commit 8b9fef4ed5

View file

@ -29,6 +29,7 @@ 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: