From 2d8015410142fdde978c65b8cea9f14a3a02878e Mon Sep 17 00:00:00 2001 From: Anand Chitipothu Date: Wed, 28 Feb 2018 12:08:40 +0530 Subject: [PATCH] Removed python-2.6 from travis build. The new version will only support Python 2.7 and Python 3. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 60538126..628bac6d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: python python: - - "2.6" - "2.7" - "3.5" - "3.6"