docs and reenable gitlab json generation

This commit is contained in:
zeppi 2021-01-28 16:35:19 -05:00 committed by Lex Berezhny
parent f6cfe266e0
commit 4c38b4aa3c
2 changed files with 208 additions and 134 deletions

View file

@ -57,11 +57,11 @@ test:other-integration:
- pip install tox-travis
- tox -e other
#test:json-api:
# stage: test
# script:
# - make install tools
# - HOME=/tmp coverage run -p --source=lbry scripts/generate_json_api.py
test:json-api:
stage: test
script:
- make install tools
- HOME=/tmp coverage run -p --source=lbry scripts/generate_json_api.py

File diff suppressed because one or more lines are too long