From d478c239a70be9bc826b0c969d10215224ef26bc Mon Sep 17 00:00:00 2001 From: ZyX Date: Sun, 6 Jul 2014 22:49:47 +0400 Subject: [PATCH] Enable pypy tests in .travis.yml --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 14195f22..4eccbf31 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ python: - "3.2" - "3.3" - "3.4" + - "pypy" install: tests/install.sh script: tests/test.sh