run examples fix
This commit is contained in:
parent
574a912f7d
commit
9f42b958fa
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ jobs:
|
||||||
- pip install git+https://github.com/lbryio/torba.git#egg=torba
|
- pip install git+https://github.com/lbryio/torba.git#egg=torba
|
||||||
- pip install -e .
|
- pip install -e .
|
||||||
script:
|
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:
|
after_success:
|
||||||
- coverage combine
|
- coverage combine
|
||||||
- bash <(curl -s https://codecov.io/bash)
|
- bash <(curl -s https://codecov.io/bash)
|
||||||
|
|
Loading…
Add table
Reference in a new issue