summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2016-01-07 02:19:47 -0500
committerOleg Pudeyev <oleg@bsdpower.com>2016-01-07 02:19:47 -0500
commit815209d7df3bafcb4d39d61c24e9cca3c0a5d00a (patch)
treeff0c4abaf6014b60fe289cc5dfbd0ecd47d679e1 /.travis.yml
parent90f7e9931dd9fb4c20ad648593d5b45976a2d040 (diff)
downloadpycurl-815209d7df3bafcb4d39d61c24e9cca3c0a5d00a.tar.gz
Test python 3 against latest libcurls against all 3 backends, closes #360
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml26
1 files changed, 22 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index b206e5a..91f432e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,8 +7,7 @@ matrix:
env:
- TESTDOCSEXAMPLES=1
- python: 2.7
- env:
- - TESTDOCSEXAMPLES=1
+ # docs are built for most recent libcurl, below
- python: 2.7
env:
- USEPY=3.1
@@ -23,8 +22,7 @@ matrix:
env:
- TESTDOCSEXAMPLES=1
- python: 3.5
- env:
- - TESTDOCSEXAMPLES=1
+ # docs are built for most recent libcurl, below
# minimum libcurl we support
- python: 2.7
@@ -59,6 +57,26 @@ matrix:
- USECURL=7.46.0
- USESSL=none
+ # latest libcurl with each SSL backend that uses different code,
+ # see #357/#360
+ - python: 3.5
+ env:
+ - USECURL=7.46.0-gssapi-libssh2
+ - USESSL=openssl
+ - TESTDOCSEXAMPLES=1
+ # no need to test libressl because it's treated exactly like openssl
+ - python: 3.5
+ env:
+ # libcurl 7.45.0+ does not build against gnutls in travis/ubuntu 12.04
+ - USECURL=7.44.0-gssapi-libssh2
+ - USESSL=gnutls
+ - python: 3.5
+ env:
+ - USECURL=7.46.0-gssapi-libssh2
+ - USESSL=nss
+ # no need to test ssl-less configuration because there is no code that
+ # is specific to it
+
# AVOIDSTDIO tested on one Python version, must be Python 2.x
- python: 2.7
env: