aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-10-08 12:07:18 -0500
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-10-08 12:07:18 -0500
commit4d2bcc37ddf662b2cc3a42342d7bcbf0f6ca636c (patch)
tree874269f87bf06776b9861e9e8c66790afa0f1178 /.travis.yml
parent8e69350d8ad92a6153de27ba2eb2739bc113716f (diff)
downloadcryptography-4d2bcc37ddf662b2cc3a42342d7bcbf0f6ca636c.tar.gz
cryptography-4d2bcc37ddf662b2cc3a42342d7bcbf0f6ca636c.tar.bz2
cryptography-4d2bcc37ddf662b2cc3a42342d7bcbf0f6ca636c.zip
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)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 0 insertions, 12 deletions
diff --git a/.travis.yml b/.travis.yml
index 23c999ec..e1af18f9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -117,18 +117,6 @@ matrix:
- 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
env: TOXENV=pypy OPENSSL=0.9.8
- language: generic
os: osx