travis: install trezor from pypi

This commit is contained in:
Pavol Rusnak 2017-06-19 00:18:44 +02:00
parent 0ee67371b8
commit fe672fbd09
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
2 changed files with 3 additions and 1 deletions

View File

@ -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

View File

@ -15,7 +15,6 @@ UPY_PID=$!
sleep 1
cd ../tests/python-trezor/tests/device_tests
export PYTHONPATH="../.."
error=0