travis: install trezor from pypi

pull/25/head
Pavol Rusnak 7 years ago
parent 0ee67371b8
commit fe672fbd09
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -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…
Cancel
Save