From 72b515bb673cfbaf287276ad7c9475d4588cd0c0 Mon Sep 17 00:00:00 2001 From: Chris Jerdonek Date: Fri, 29 Jun 2012 11:21:50 -0700 Subject: Add support for PyPy (issue #125). --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index bad487d..a426b13 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,7 @@ python: - 2.6 - 2.7 - 3.2 - # TODO: get all tests passing with PyPy. - #- pypy + - pypy script: - python setup.py install -- cgit v1.2.1