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

3
language: generic
4

xoviat's avatar
xoviat committed
5
6
7
8
9
branches:
  only:
  - master
  - devel

10
11
12
matrix:
  include:
    - os: linux
13
14
15
16
17
18
19
      dist: precise
      env:
        - TEST_BUILDS=1
    - os: linux
      dist: trusty
      env:
        - TEST_BUILDS=1
xoviat's avatar
xoviat committed
20
21
22
23
24
    - os: linux
      dist: trusty
      env:
        - TEST_BUILDS=1
        - USE_CCACHE=1
Matthew Brett's avatar
Matthew Brett committed
25
26
27
28
    - os: osx
      osx_image: xcode6.4
      env:
        - PYTHON_VERSION=2.6
29
        - TEST_BUILDS=1
Matthew Brett's avatar
Matthew Brett committed
30
31
32
33
34
    - os: osx
      osx_image: xcode6.4
      env:
        - PYTHON_VERSION=2.6
        - VENV=venv
35
36
37
    - os: osx
      env:
        - PYTHON_VERSION=2.7.11
38
        - TEST_BUILDS=1
39
40
41
42
43
    - os: osx
      language: objective-c
      env:
        - PYTHON_VERSION=2.7.11
        - VENV=venv
Matthew Brett's avatar
Matthew Brett committed
44
45
46
47
    - os: osx
      osx_image: xcode6.4
      env:
        - PYTHON_VERSION=3.3
48
49
50
51
52
53
54
55
56
    - 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
57
        - PYTHON_VERSION=3.5.3
58
59
    - os: osx
      env:
Matthew Brett's avatar
Matthew Brett committed
60
        - PYTHON_VERSION=3.5.3
61
        - VENV=venv
Matthew Brett's avatar
Matthew Brett committed
62
63
    - os: osx
      env:
Matthew Brett's avatar
Matthew Brett committed
64
        - PYTHON_VERSION=3.6.1
Matthew Brett's avatar
Matthew Brett committed
65
        - VENV=venv
xoviat's avatar
xoviat committed
66
67
68
69
70
    - os: osx
      env:
        - PYTHON_VERSION=3.6.1
        - VENV=venv
        - USE_CCACHE=1
Kyle Stewart's avatar
Kyle Stewart committed
71
72
    - os: osx
      env:
73
        - PYTHON_VERSION=pypy-2.6
Kyle Stewart's avatar
Kyle Stewart committed
74
75
76
        - VENV=venv
    - os: osx
      env:
77
        - PYTHON_VERSION=pypy-4.0
Kyle Stewart's avatar
Kyle Stewart committed
78
79
80
        - VENV=venv
    - os: osx
      env:
81
        - PYTHON_VERSION=pypy-5.0
Kyle Stewart's avatar
Kyle Stewart committed
82
83
84
        - VENV=venv
    - os: osx
      env:
85
        - PYTHON_VERSION=pypy-5.1
Kyle Stewart's avatar
Kyle Stewart committed
86
87
88
        - VENV=venv
    - os: osx
      env:
89
        - PYTHON_VERSION=pypy-5.3
Kyle Stewart's avatar
Kyle Stewart committed
90
91
92
        - VENV=venv
    - os: osx
      env:
93
        - PYTHON_VERSION=pypy-5.4
Kyle Stewart's avatar
Kyle Stewart committed
94
95
96
        - VENV=venv
    - os: osx
      env:
97
        - PYTHON_VERSION=pypy-5.6
Kyle Stewart's avatar
Kyle Stewart committed
98
99
100
        - VENV=venv
    - os: osx
      env:
101
        - PYTHON_VERSION=pypy-5.7
Kyle Stewart's avatar
Kyle Stewart committed
102
        - VENV=venv
Matthew Brett's avatar
Matthew Brett committed
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
    # 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
129
130
131

script:
  - source tests/test_multibuild.sh