diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2016-03-02 11:53:30 -0600 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2016-03-02 11:53:30 -0600 |
commit | 83c86dcdd12396be38a06abcfef480445a85dfe1 (patch) | |
tree | d59ef547606aa3b779dedc401d9d0f6421d00236 | |
parent | 5ad1ea820430083b2d92b0a2d93de2c4316bbe1b (diff) | |
download | cryptography-83c86dcdd12396be38a06abcfef480445a85dfe1.tar.gz cryptography-83c86dcdd12396be38a06abcfef480445a85dfe1.tar.bz2 cryptography-83c86dcdd12396be38a06abcfef480445a85dfe1.zip |
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.
-rw-r--r-- | .travis.yml | 8 |
1 files changed, 0 insertions, 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 |