From d1bf44be1be7dee4596ccf37c394d46e58c3735e Mon Sep 17 00:00:00 2001 From: Mike Naberezny Date: Tue, 21 Jan 2014 15:59:16 -0800 Subject: [PATCH] Add PyPy to travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index a34b74b..26dc2f3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ python: - "2.7" - "3.2" - "3.3" + - "pypy" # command to run tests script: - python setup.py test -q