1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2025-01-03 12:00:59 +00:00

travis: install python stuff locally

This commit is contained in:
Pavol Rusnak 2017-09-25 16:45:42 +02:00
parent 66bbb2f2cf
commit e9b66dab7e
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -30,13 +30,16 @@ addons:
- python3 - python3
- python3-pip - python3-pip
before_install:
- pip3 install --user --upgrade pip setuptools wheel
install: install:
- pip3 install scons - pip3 install --user scons
- pip3 install ed25519 pyblake2 - pip3 install --user ed25519 pyblake2
- pip3 install flake8 - pip3 install --user flake8
- pip3 install pytest - pip3 install --user pytest
- pip3 install ecdsa mnemonic protobuf requests - pip3 install --user ecdsa mnemonic protobuf requests
- pip3 install git+https://github.com/trezor/python-trezor@master - pip3 install --user git+https://github.com/trezor/python-trezor@master
script: script:
- test "$GOAL" != "stm32" || make vendorheader - test "$GOAL" != "stm32" || make vendorheader