.travis.yml 2.48 KB
Newer Older
1
2
# Set TEST_BUILDS=1 to run library_builders tests

3
language: generic
4
5
6
7

matrix:
  include:
    - os: linux
8
9
10
11
12
13
14
      dist: precise
      env:
        - TEST_BUILDS=1
    - os: linux
      dist: trusty
      env:
        - TEST_BUILDS=1
xoviat's avatar
xoviat committed
15
16
17
18
19
    - os: linux
      dist: trusty
      env:
        - TEST_BUILDS=1
        - USE_CCACHE=1
Matthew Brett's avatar
Matthew Brett committed
20
21
22
23
    - os: osx
      osx_image: xcode6.4
      env:
        - PYTHON_VERSION=2.6
24
        - TEST_BUILDS=1
Matthew Brett's avatar
Matthew Brett committed
25
26
27
28
29
    - os: osx
      osx_image: xcode6.4
      env:
        - PYTHON_VERSION=2.6
        - VENV=venv
30
31
32
    - os: osx
      env:
        - PYTHON_VERSION=2.7.11
33
        - TEST_BUILDS=1
34
35
36
37
38
    - os: osx
      language: objective-c
      env:
        - PYTHON_VERSION=2.7.11
        - VENV=venv
Matthew Brett's avatar
Matthew Brett committed
39
40
41
42
    - os: osx
      osx_image: xcode6.4
      env:
        - PYTHON_VERSION=3.3
43
44
45
46
47
48
49
50
51
    - os: osx
      env:
        - PYTHON_VERSION=3.4.4
    - os: osx
      env:
        - PYTHON_VERSION=3.4.4
        - VENV=venv
    - os: osx
      env:
Matthew Brett's avatar
Matthew Brett committed
52
        - PYTHON_VERSION=3.5.3
53
54
    - os: osx
      env:
Matthew Brett's avatar
Matthew Brett committed
55
        - PYTHON_VERSION=3.5.3
56
        - VENV=venv
Matthew Brett's avatar
Matthew Brett committed
57
58
    - os: osx
      env:
Matthew Brett's avatar
Matthew Brett committed
59
        - PYTHON_VERSION=3.6.1
Matthew Brett's avatar
Matthew Brett committed
60
        - VENV=venv
xoviat's avatar
xoviat committed
61
62
63
64
65
    - os: osx
      env:
        - PYTHON_VERSION=3.6.1
        - VENV=venv
        - USE_CCACHE=1
Kyle Stewart's avatar
Kyle Stewart committed
66
67
    - os: osx
      env:
68
        - PYTHON_VERSION=pypy-2.6
Kyle Stewart's avatar
Kyle Stewart committed
69
70
71
        - VENV=venv
    - os: osx
      env:
72
        - PYTHON_VERSION=pypy-4.0
Kyle Stewart's avatar
Kyle Stewart committed
73
74
75
        - VENV=venv
    - os: osx
      env:
76
        - PYTHON_VERSION=pypy-5.0
Kyle Stewart's avatar
Kyle Stewart committed
77
78
79
        - VENV=venv
    - os: osx
      env:
80
        - PYTHON_VERSION=pypy-5.1
Kyle Stewart's avatar
Kyle Stewart committed
81
82
83
        - VENV=venv
    - os: osx
      env:
84
        - PYTHON_VERSION=pypy-5.3
Kyle Stewart's avatar
Kyle Stewart committed
85
86
87
        - VENV=venv
    - os: osx
      env:
88
        - PYTHON_VERSION=pypy-5.4
Kyle Stewart's avatar
Kyle Stewart committed
89
90
91
        - VENV=venv
    - os: osx
      env:
92
        - PYTHON_VERSION=pypy-5.6
Kyle Stewart's avatar
Kyle Stewart committed
93
94
95
        - VENV=venv
    - os: osx
      env:
96
        - PYTHON_VERSION=pypy-5.7
Kyle Stewart's avatar
Kyle Stewart committed
97
        - VENV=venv
Matthew Brett's avatar
Matthew Brett committed
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
    # Default OSX (xcode image) is 10.11 (xcode 7.3.1) as of 2017-05-02
    # See: https://docs.travis-ci.com/user/osx-ci-environment/#OS-X-Version
    - os: osx
      osx_image: xcode8.3
      env:
        - PYTHON_VERSION=3.5
    - os: osx
      osx_image: xcode8.2
      env:
        - PYTHON_VERSION=3.5
    - os: osx
      osx_image: xcode8.1
      env:
        - PYTHON_VERSION=3.5
    - os: osx
      osx_image: xcode8
      env:
        - PYTHON_VERSION=3.5
    - os: osx
      osx_image: xcode7.3
      env:
        - PYTHON_VERSION=3.5
    - os: osx
      osx_image: xcode6.4
      env:
        - PYTHON_VERSION=3.5
124
125
126

script:
  - source tests/test_multibuild.sh