remove py3 mac 0.9.8 jobs from travis

pyenv now compiles against homebrew and this makes it difficult to
link against the system openssl. You should be using homebrew or
macports to get a recent OpenSSL anyway (and we continue to test it
against system Python for now)
This commit is contained in:
Paul Kehrer 2015-10-08 12:07:18 -05:00
parent 8e69350d8a
commit 4d2bcc37dd

View file

@ -114,18 +114,6 @@ matrix:
os: osx
osx_image: xcode7
env: TOXENV=py27 OPENSSL=0.9.8
- language: generic
os: osx
osx_image: xcode7
env: TOXENV=py33 OPENSSL=0.9.8
- language: generic
os: osx
osx_image: xcode7
env: TOXENV=py34 OPENSSL=0.9.8
- language: generic
os: osx
osx_image: xcode7
env: TOXENV=py35 OPENSSL=0.9.8
- language: generic
os: osx
osx_image: xcode7