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.
This commit is contained in:
Adrian Sampson 2014-01-28 12:23:43 -08:00
parent 74e22065ce
commit 179c2d16a5

View file

@ -2,6 +2,7 @@ language: python
python:
- "2.7"
- "2.6"
- "pypy"
branches:
only: