1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-22 15:38:11 +00:00

travis: update to new tools

This commit is contained in:
matejcik 2018-07-30 16:01:23 +02:00
parent eed6c0fa43
commit d154fb4134

View File

@ -12,13 +12,13 @@ python:
- "3.5"
install:
- pip install ed25519 Pillow demjson
- pip install --no-deps trezor
- pip install demjson
- pip install -r tools/requirements.txt
script:
- jsonlint defs/*.json
- jsonlint defs/*/*.json
- python tools/build_coins.py --defs
- python tools/coin_gen.py check
notifications:
webhooks: