From f7a255c38acff21cad01e300ba8d8169aea9c377 Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Wed, 6 Jun 2018 17:39:00 +1200 Subject: [PATCH] [ci] Drop builds for Python versions we're dropping We're decided that SWIG 4.0 will support Python 2.7 and >= 3.4. The patch to remove then (#1261) is waiting for the doxygen branch to be merged, but meanwhile we're wasting a lot of travis resources on 6 CI builds for Python versions we're not intending to support. [skip ci] --- .travis.yml | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/.travis.yml b/.travis.yml index 528a4008f..59c06c637 100644 --- a/.travis.yml +++ b/.travis.yml @@ -119,36 +119,11 @@ matrix: env: SWIGLANG=php VER=7.1 sudo: required dist: trusty - - compiler: gcc - os: linux - env: SWIGLANG=python VER=2.4 - sudo: required - dist: trusty - - compiler: gcc - os: linux - env: SWIGLANG=python VER=2.5 - sudo: required - dist: trusty - - compiler: gcc - os: linux - env: SWIGLANG=python VER=2.6 - sudo: required - dist: trusty - compiler: gcc os: linux env: SWIGLANG=python # 2.7 sudo: required dist: trusty - - compiler: gcc - os: linux - env: SWIGLANG=python PY3=3 VER=3.2 - sudo: required - dist: trusty - - compiler: gcc - os: linux - env: SWIGLANG=python PY3=3 VER=3.3 - sudo: required - dist: trusty - compiler: gcc os: linux env: SWIGLANG=python PY3=3 VER=3.4 @@ -164,11 +139,6 @@ matrix: env: SWIGLANG=python PY3=3 VER=3.6 sudo: required dist: trusty - - compiler: gcc - os: linux - env: SWIGLANG=python SWIG_FEATURES=-builtin VER=2.6 - sudo: required - dist: trusty - compiler: gcc os: linux env: SWIGLANG=python SWIG_FEATURES=-builtin