1
0
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:
Roman Zeyde 2015-07-31 11:16:30 +03:00
parent 8a3ee52d63
commit 558b3fd65b

View File

@ -6,8 +6,13 @@ addons:
packages:
- check
- libssl-dev
- python-pip
install:
- pip install --user pytest ecdsa
script:
- make
- ./tests
- ./test-openssl 1000
- ITERS=10 py.test