-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
119 lines (114 loc) · 2.8 KB
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
sudo: false
language: python
matrix:
include:
# all supported Python versions
- python: 2.6
env:
- TESTDOCSEXAMPLES=1
- python: 2.7
# docs are built for most recent libcurl, below
- python: 2.7
env:
- USEPY=3.1
- TESTDOCSEXAMPLES=1
- python: 3.2
env:
- TESTDOCSEXAMPLES=1
- python: 3.3
env:
- TESTDOCSEXAMPLES=1
- python: 3.4
env:
- TESTDOCSEXAMPLES=1
- python: 3.5
# docs are built for most recent libcurl, below
# minimum libcurl we support
- python: 2.7
env:
- USECURL=7.19.0-gssapi
- USESSL=openssl
- TESTDOCSEXAMPLES=1
# latest libcurl with each supported SSL backend
- python: 2.7
env:
- USECURL=7.46.0-gssapi-libssh2
- USESSL=openssl
- TESTDOCSEXAMPLES=1
- python: 2.7
env:
- USECURL=7.46.0-gssapi-libssh2
- USESSL=libressl
- USELIBRESSL=2.2.0
- python: 2.7
env:
# libcurl 7.45.0+ does not build against gnutls in travis/ubuntu 12.04
- USECURL=7.44.0-gssapi-libssh2
- USESSL=gnutls
- python: 2.7
env:
- USECURL=7.46.0-gssapi-libssh2
- USESSL=nss
- python: 2.7
env:
# this configuration should be without gssapi
- 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:
- AVOIDSTDIO=yes
# common distributions:
# CentOS 6
- python: 2.6
env:
- USECURL=7.19.7-gssapi
- USESSL=openssl
- USEOPENSSL=1.0.1e
# Debian Wheezy
- python: 2.7
env:
- USECURL=7.26.0-gssapi
- USESSL=gnutls
# Debian Jessie
- python: 3.4
env:
- USECURL=7.38.0-gssapi
- USESSL=gnutls
- python: 3.5
env:
- USECURL=7.47.0-dev-gssapi-libssh2
- USESSL=openssl
- python: 3.5
env:
- USECURL=7.47.0-dev-gssapi-libssh2
- USESSL=nss
install: >
./tests/travis/setup.sh
before_script: >
./tests/travis/hack.sh
script: >
./tests/travis/run.sh
addons:
apt:
packages:
- libssh2-1