1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-03 12:00:59 +00:00

travis: add python-ecdsa

This commit is contained in:
Pavol Rusnak 2017-04-25 17:12:04 +02:00
parent 87f20bac29
commit 6da2019817
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -25,7 +25,7 @@ addons:
install: install:
- pip3 install ed25519 pyblake2 - pip3 install ed25519 pyblake2
- pip2 install mnemonic protobuf requests - pip2 install ecdsa mnemonic protobuf requests
script: script:
- test "$GOAL" != "stm32" || test "$CC" != "gcc" || make vendorheader - test "$GOAL" != "stm32" || test "$CC" != "gcc" || make vendorheader