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