travis: add pytest (for test_curves.py)

pull/25/head
Roman Zeyde 9 years ago
parent 8a3ee52d63
commit 558b3fd65b

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

Loading…
Cancel
Save