1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-26 09:28:13 +00:00

travis: run new checks

This commit is contained in:
matejcik 2018-08-23 18:32:12 +02:00
parent 70d1ae268d
commit 1a01c5d686

View File

@ -9,7 +9,7 @@ cache:
- $HOME/.cache/pip
python:
- "3.5"
- "3.6"
install:
- pip install demjson
@ -18,7 +18,8 @@ install:
script:
- jsonlint defs/*.json
- jsonlint defs/*/*.json
- python tools/coin_gen.py check
- python tools/cointool.py check
- python tools/support.py check --ignore-tokens --ignore-missing
notifications:
webhooks: