From 287ef6caa2bcfe38f3095dc0c1825ca83b00f9a6 Mon Sep 17 00:00:00 2001 From: Guillaume Ayoub Date: Thu, 31 Mar 2016 19:59:52 +0200 Subject: [PATCH] Don't launch tests on Travis with Python 2 anymore --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 750aaef..97caea6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,6 @@ language: python python: - - 2.6 - - 2.7 - - 3.2 - 3.3 - 3.4 - 3.5