From b82f7ebb707a68c88db27e957a03494836317470 Mon Sep 17 00:00:00 2001 From: Ari Crellin-Quick Date: Thu, 5 Dec 2019 16:41:02 -0800 Subject: [PATCH] Remove Python 2.7 from build matrix as it will soon be unsupported --- .travis.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.travis.yml b/.travis.yml index df43a08..8b7528f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,11 +23,6 @@ matrix: # Exclude the default Python 3.5 build - python: 3.6 - include: - - os: linux - env: - - MB_PYTHON_VERSION=2.7 - - os: linux env: - MB_PYTHON_VERSION=3.5 @@ -40,11 +35,6 @@ matrix: env: - MB_PYTHON_VERSION=3.7 - - os: osx - language: generic - env: - - MB_PYTHON_VERSION=2.7 - - os: osx language: generic env: