From bb7e1996ef1500df06e3052979df62a7295abc2e Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 18 Jan 2014 19:21:57 +0000 Subject: Build with pypy in travis. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 2332d23..f60e3a0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: python python: - "2.7" - "2.6" + - "pypy" install: - pip install unittest2 script: python -m unittest fastimport.tests.test_suite -- cgit v1.2.1