Skip to content

Commit

Permalink
Drop 2.6 and 3.4 tests on macOS.
Browse files Browse the repository at this point in the history
Travis's base image for macOS comes with OpenSSL 1.1 that
is not supported by 2.6 / 3.4
  • Loading branch information
Kentzo committed Feb 11, 2020
1 parent 2b68323 commit 05a2218
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,9 @@ jobs:
- &osx
os: osx
language: generic
env: PYENV_VERSION=2.6.9 TOXENV=py26
- <<: *osx
env: PYENV_VERSION=2.7.17 TOXENV=py27
- <<: *osx
env: PYENV_VERSION=2.7-dev TOXENV=py27
- <<: *osx
env: PYENV_VERSION=3.4.10 TOXENV=py34
- <<: *osx
env: PYENV_VERSION=3.5.8 TOXENV=py35
- <<: *osx
Expand Down

0 comments on commit 05a2218

Please sign in to comment.