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