From 179c2d16a52eabe0a7ccb0c693144faf943ba720 Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Tue, 28 Jan 2014 12:23:43 -0800 Subject: [PATCH] travis config: test on PyPy Curiously, we're still quite a bit slower on PyPy than on CPython, I think. This might be due to slow SQLite bindings. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index b93c9bdca..79e5af4fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: python python: - "2.7" - "2.6" + - "pypy" branches: only: