mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-03 12:00:59 +00:00
travis: add pytest (for test_curves.py)
This commit is contained in:
parent
8a3ee52d63
commit
558b3fd65b
@ -6,8 +6,13 @@ addons:
|
|||||||
packages:
|
packages:
|
||||||
- check
|
- check
|
||||||
- libssl-dev
|
- libssl-dev
|
||||||
|
- python-pip
|
||||||
|
|
||||||
|
install:
|
||||||
|
- pip install --user pytest ecdsa
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- make
|
- make
|
||||||
- ./tests
|
- ./tests
|
||||||
- ./test-openssl 1000
|
- ./test-openssl 1000
|
||||||
|
- ITERS=10 py.test
|
||||||
|
Loading…
Reference in New Issue
Block a user