From 1db3617f38952aaf7f17d8e7684b16c134ae6df1 Mon Sep 17 00:00:00 2001 From: Alice Bevan-McGregor Date: Wed, 16 Nov 2016 23:17:40 -0500 Subject: [PATCH] Remove Python 3.2 support, thus Pypy3. Sads. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7d869e1..50ea65a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,6 @@ branches: python: - "2.7" - "pypy" - - "pypy3" - "3.3" - "3.4" - "3.5"