mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 15:38:11 +00:00
tests: run tests in python3
This commit is contained in:
parent
365fd404b1
commit
0ee67371b8
@ -27,8 +27,9 @@ addons:
|
||||
- libnewlib-arm-none-eabi
|
||||
|
||||
install:
|
||||
- pip3 install ed25519 pyblake2 flake8
|
||||
- pip2 install ecdsa mnemonic protobuf requests
|
||||
- pip3 install ed25519 pyblake2
|
||||
- pip3 install flake8
|
||||
- pip3 install ecdsa mnemonic protobuf requests
|
||||
|
||||
script:
|
||||
- test "$GOAL" != "stm32" || make vendorheader
|
||||
|
@ -19,7 +19,7 @@ export PYTHONPATH="../.."
|
||||
|
||||
error=0
|
||||
|
||||
PYTHON="${PYTHON:-python2}"
|
||||
PYTHON="${PYTHON:-python3}"
|
||||
|
||||
: '
|
||||
not passing:
|
||||
|
Loading…
Reference in New Issue
Block a user