From 83c86dcdd12396be38a06abcfef480445a85dfe1 Mon Sep 17 00:00:00 2001 From: Paul Kehrer Date: Wed, 2 Mar 2016 11:53:30 -0600 Subject: Remove Python 2.6 on OS X from the Travis build matrix Build times on these jobs have somehow crept up to nearly (and occasionally surpassing) the Travis timeout (50 minutes). Additionally, a look at the PyPI bigquery data indicates that 2.6 represents approximately 0.4% of OS X downloads. Since this CI overhead is causing the project significant pain for almost no gain, it's time to eliminate it. --- .travis.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index b45a4d42..b796617b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -53,10 +53,6 @@ matrix: # 7.1 is OS X 10.10.x # see: https://docs.travis-ci.com/user/languages/objective-c/#Supported-OS-X-iOS-SDK-versions osx_image: xcode7.1 - env: TOXENV=py26 CRYPTOGRAPHY_OSX_NO_LINK_FLAGS=1 - - language: generic - os: osx - osx_image: xcode7.1 env: TOXENV=py27 CRYPTOGRAPHY_OSX_NO_LINK_FLAGS=1 - language: generic os: osx @@ -82,10 +78,6 @@ matrix: os: osx # 7.2 is OS X 10.11.x osx_image: xcode7.2 - env: TOXENV=py26 CRYPTOGRAPHY_OSX_NO_LINK_FLAGS=1 - - language: generic - os: osx - osx_image: xcode7.2 env: TOXENV=py27 CRYPTOGRAPHY_OSX_NO_LINK_FLAGS=1 - language: generic os: osx -- cgit v1.2.3