From 95c80e56775fc309609444f720e7e3eb7973908f Mon Sep 17 00:00:00 2001 From: Matt Wright Date: Tue, 19 Mar 2013 13:28:42 -0400 Subject: [PATCH] See if pypy works --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index a182d2f..9ca7ae4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ language: python python: - "2.6" - "2.7" + - "pypy" install: - pip install . --quiet --use-mirrors