From 4aadbb39fc89eed9e8e2936cd780f7960dfb7562 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Nut=CC=A6iu?= Date: Fri, 21 Apr 2017 19:32:08 +0300 Subject: [PATCH] Removing Python2 from travis --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ebf32c4..181cd02 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,5 @@ language: python python: - - "2.6" - - "2.7" - "3.3" - "3.4" - "3.5"