mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 23:48:12 +00:00
travis: update to new tools
This commit is contained in:
parent
eed6c0fa43
commit
d154fb4134
@ -12,13 +12,13 @@ python:
|
|||||||
- "3.5"
|
- "3.5"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install ed25519 Pillow demjson
|
- pip install demjson
|
||||||
- pip install --no-deps trezor
|
- pip install -r tools/requirements.txt
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- jsonlint defs/*.json
|
- jsonlint defs/*.json
|
||||||
- jsonlint defs/*/*.json
|
- jsonlint defs/*/*.json
|
||||||
- python tools/build_coins.py --defs
|
- python tools/coin_gen.py check
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
webhooks:
|
webhooks:
|
||||||
|
Loading…
Reference in New Issue
Block a user