mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-06-25 17:32:34 +00:00
travis: install trezor from pypi
This commit is contained in:
parent
0ee67371b8
commit
fe672fbd09
@ -25,11 +25,14 @@ addons:
|
|||||||
- gcc-multilib
|
- gcc-multilib
|
||||||
- gcc-arm-none-eabi
|
- gcc-arm-none-eabi
|
||||||
- libnewlib-arm-none-eabi
|
- libnewlib-arm-none-eabi
|
||||||
|
- libusb-1.0-0-dev
|
||||||
|
- libudev-dev
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip3 install ed25519 pyblake2
|
- pip3 install ed25519 pyblake2
|
||||||
- pip3 install flake8
|
- pip3 install flake8
|
||||||
- pip3 install ecdsa mnemonic protobuf requests
|
- pip3 install ecdsa mnemonic protobuf requests
|
||||||
|
- pip3 install trezor
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- test "$GOAL" != "stm32" || make vendorheader
|
- test "$GOAL" != "stm32" || make vendorheader
|
||||||
|
@ -15,7 +15,6 @@ UPY_PID=$!
|
|||||||
sleep 1
|
sleep 1
|
||||||
|
|
||||||
cd ../tests/python-trezor/tests/device_tests
|
cd ../tests/python-trezor/tests/device_tests
|
||||||
export PYTHONPATH="../.."
|
|
||||||
|
|
||||||
error=0
|
error=0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user