From 18c410b23178ca36923c726110767e52ede8f687 Mon Sep 17 00:00:00 2001 From: Pierre LALET <pierre.lalet@cea.fr> Date: Thu, 21 Jan 2016 01:03:06 +0100 Subject: [PATCH] Add PyPy to travis tests --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 8d842d1f..cf1ea86d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ language: python python: - 2.6 - 2.7 + - pypy install: - pip install pycrypto -- GitLab