tests: run tests in python3

pull/25/head
Pavol Rusnak 7 years ago
parent 365fd404b1
commit 0ee67371b8
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

@ -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…
Cancel
Save