summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorOleg Pudeyev <oleg@bsdpower.com>2015-10-27 23:04:09 -0400
committerOleg Pudeyev <oleg@bsdpower.com>2015-10-27 23:39:51 -0400
commit9df585879dfd9cd860b53cfa834cddfa25d01c3b (patch)
tree93e06ebcf0f079bc08ff016ca154820548a91d1c /.travis.yml
parent84a91573192f81c9734084414f89679214f61567 (diff)
downloadpycurl-9df585879dfd9cd860b53cfa834cddfa25d01c3b.tar.gz
Shuffle gssapi to go together with ssl backends
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml15
1 files changed, 5 insertions, 10 deletions
diff --git a/.travis.yml b/.travis.yml
index e0c160d..1c3aaca 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -35,33 +35,28 @@ matrix:
# latest libcurl with each supported SSL backend
- python: 2.7
env:
- - USECURL=7.43.0
+ - USECURL=7.43.0-gssapi
- USESSL=openssl
- TESTDOCSEXAMPLES=1
- python: 2.7
env:
- - USECURL=7.43.0
+ - USECURL=7.43.0-gssapi
- USESSL=libressl
- USELIBRESSL=2.2.0
- python: 2.7
env:
- - USECURL=7.43.0
+ - USECURL=7.43.0-gssapi
- USESSL=gnutls
- python: 2.7
env:
- - USECURL=7.43.0
+ - USECURL=7.43.0-gssapi
- USESSL=nss
- python: 2.7
env:
+ # this configuration should be without gssapi
- USECURL=7.43.0
- USESSL=none
- # GSSAPI without SSL, this feels weird
- - python: 2.7
- env:
- - USECURL=7.43.0-gssapi
- - USESSL=none
-
# AVOIDSTDIO tested on one Python version, must be Python 2.x
- python: 2.7
env: