From 701b4cd33b95f7d0521ef9c0611f6b45052894f2 Mon Sep 17 00:00:00 2001 From: Matthias Urlichs Date: Fri, 16 May 2014 10:21:25 +0200 Subject: [PATCH] Also test with pypy just for the heck of it --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 09bef98..3a85bbb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,4 +3,5 @@ python: - "2.7" - "3.3" - "3.4" + - "pypy" script: sh test.sh