1
0
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:
matejcik 2018-07-30 16:01:23 +02:00
parent eed6c0fa43
commit d154fb4134

View File

@ -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: