1
0
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:
Pavol Rusnak 2017-06-19 00:03:14 +02:00
parent 365fd404b1
commit 0ee67371b8
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
2 changed files with 4 additions and 3 deletions

View File

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

View File

@ -19,7 +19,7 @@ export PYTHONPATH="../.."
error=0
PYTHON="${PYTHON:-python2}"
PYTHON="${PYTHON:-python3}"
: '
not passing: