forked from pycurl/pycurl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
47 lines (47 loc) · 838 Bytes
/
.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
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
matrix:
include:
- python: 2.7
env: USEPY=2.4
- python: 2.7
env: USEPY=2.5
- python: 2.7
env: USEPY=3.1
- python: 2.7
env: USECURL=7.19.0
- python: 2.7
env:
- USECURL=7.37.0
- USESSL=openssl
- python: 2.7
env:
- USECURL=7.37.0
- USESSL=libressl
- USELIBRESSL=2.0.5
- python: 2.7
env:
- USECURL=7.37.0
- USESSL=gnutls
- python: 2.7
env:
- USECURL=7.37.0
- USESSL=nss
- python: 2.7
env:
- USECURL=7.37.0
- USESSL=none
- python: 2.7
env:
- AVOIDSTDIO=yes
install: >
./tests/travis/setup.sh
before_script: >
./tests/travis/hack.sh
script: >
./tests/travis/run.sh