summaryrefslogtreecommitdiff
path: root/.travis.yml
blob: 33d2cfbdd4976ab104736bd16dde06753d149330 (plain)
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
language: python
python:
  - "2.6"
  - "2.7"
  - "3.2"
  - "3.3"
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.35.0
        - USESSL=openssl
    - python: 2.7
      env:
        - USECURL=7.35.0
        - USESSL=gnutls
    - python: 2.7
      env:
        - USECURL=7.35.0
        - USESSL=nss
    - python: 2.7
      env:
        - USECURL=7.35.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