From 8bd8ebd4f313e898866011b54ba4443fa4910fbe Mon Sep 17 00:00:00 2001 From: Mort Yao Date: Sat, 20 Sep 2014 22:40:08 +0200 Subject: [PATCH] enable pypy3 for Travis CI --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 5ac5b86a..2e2f7c9a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,5 @@ python: - "3.2" - "3.3" - "3.4" + - "pypy3" script: make test