1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-25 17:09:44 +00:00

defs: fix travis build

This commit is contained in:
Pavol Rusnak 2018-04-30 18:51:55 +01:00
parent 73d7fa8582
commit eb7d98ff5c
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
2 changed files with 3 additions and 2 deletions

View File

@ -12,7 +12,8 @@ python:
- "3.5" - "3.5"
install: install:
- pip install Pillow - pip install ed25519 Pillow
- pip install --no-deps trezor
script: script:
- python coins-check.py - python coins-check.py

View File

@ -60,7 +60,7 @@ class CoinDef(p.MessageType):
min_address_length: int = None, min_address_length: int = None,
max_address_length: int = None, max_address_length: int = None,
icon: bytes = None, icon: bytes = None,
**kwargs, **kwargs
): ):
self.coin_name = coin_name self.coin_name = coin_name
self.coin_shortcut = coin_shortcut self.coin_shortcut = coin_shortcut