From e425da2a0f9583c8e43302fe07e28f37c41e17cf Mon Sep 17 00:00:00 2001 From: Ilya Etingof Date: Sat, 3 Nov 2018 13:20:40 +0100 Subject: [PATCH] Disable Travis builds for py 2.6, 3.2 & 3.3 Seems like they discontinued those. --- .travis.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5aa2d072..9cdb7ae1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,22 +2,10 @@ language: python cache: pip matrix: include: - - os: linux - dist: xenial - sudo: false - python: '2.6' - os: linux dist: xenial sudo: false python: '2.7' - - os: linux - dist: xenial - sudo: false - python: '3.2' - - os: linux - dist: xenial - sudo: false - python: '3.3' - os: linux dist: xenial sudo: false