From eb7d98ff5ce29cfec0214bed85d789bf6a210bf6 Mon Sep 17 00:00:00 2001 From: Pavol Rusnak Date: Mon, 30 Apr 2018 18:51:55 +0100 Subject: [PATCH] defs: fix travis build --- .travis.yml | 3 ++- defs/coins/tools/coindef.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 15b0ef8b1b..2ce7951f26 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,8 @@ python: - "3.5" install: - - pip install Pillow + - pip install ed25519 Pillow + - pip install --no-deps trezor script: - python coins-check.py diff --git a/defs/coins/tools/coindef.py b/defs/coins/tools/coindef.py index c2dc0ccb53..1c1beaba12 100644 --- a/defs/coins/tools/coindef.py +++ b/defs/coins/tools/coindef.py @@ -60,7 +60,7 @@ class CoinDef(p.MessageType): min_address_length: int = None, max_address_length: int = None, icon: bytes = None, - **kwargs, + **kwargs ): self.coin_name = coin_name self.coin_shortcut = coin_shortcut