From ba7b13f2a5e513b1fc7e21f3bc191e079857fc77 Mon Sep 17 00:00:00 2001 From: andrei Date: Fri, 27 Oct 2017 17:46:24 -0700 Subject: [PATCH] Only test against 2.7 / 3.6 I really don't care about 3.3/3.4/3.5 --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 8e3c1e7..bf33927 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,9 +4,6 @@ cache: pip python: - '2.7' - - '3.3' - - '3.4' - - '3.5' - '3.6' install: