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

travis: install python-trezor from master

This commit is contained in:
Pavol Rusnak 2017-07-28 19:12:36 +02:00
parent fe5b5c1940
commit 3f29925c1c
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -33,7 +33,7 @@ install:
- pip3 install flake8 - pip3 install flake8
- pip3 install pytest - pip3 install pytest
- pip3 install ecdsa mnemonic protobuf requests - pip3 install ecdsa mnemonic protobuf requests
- pip3 install trezor - pip3 install git+https://github.com/trezor/python-trezor@master
script: script:
- test "$GOAL" != "stm32" || make vendorheader - test "$GOAL" != "stm32" || make vendorheader