From 558b3fd65b367956bab6ecf149750b711a45ebdd Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Fri, 31 Jul 2015 11:16:30 +0300 Subject: [PATCH] travis: add pytest (for test_curves.py) --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index c0182b5eb8..c36250fc80 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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