From e3af8dcb9d8d86bb348e2c487876496ffe7436e3 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Tue, 6 Jan 2015 12:34:28 +1100 Subject: [PATCH] * Try again to support pypy --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 5ea02f23f..8c412fabd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ os: python: - "2.7" - "3.4" + - "pypy" # command to install dependencies install: