run examples fix

This commit is contained in:
Lex Berezhny 2019-04-06 16:38:28 -04:00
parent 574a912f7d
commit 9f42b958fa

View file

@ -41,7 +41,7 @@ jobs:
- pip install git+https://github.com/lbryio/torba.git#egg=torba
- pip install -e .
script:
- HOME=/tmp coverage run -p --source=lbrynet scripts/ scripts/generate_json_api.py
- HOME=/tmp coverage run -p --source=lbrynet scripts/generate_json_api.py
after_success:
- coverage combine
- bash <(curl -s https://codecov.io/bash)