From 30aa673fba833fb9ed6f0624f3ae5ee810567447 Mon Sep 17 00:00:00 2001 From: Omer Katz Date: Mon, 15 Sep 2014 12:52:24 +0300 Subject: [PATCH] Added pypy3 to the build matrix. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 55afe4db..3d689ca4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ python: - 3.2 - 3.3 - 3.4 + - pypy3 env: - DEPS=true