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:
parent
66bbb2f2cf
commit
e9b66dab7e
15
.travis.yml
15
.travis.yml
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user