File tree Expand file tree Collapse file tree 1 file changed +2
-18
lines changed Expand file tree Collapse file tree 1 file changed +2
-18
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ dist: trusty
23
23
git :
24
24
submodules : false
25
25
26
-
27
26
matrix :
28
27
fast_finish : true
29
28
include :
@@ -115,86 +114,71 @@ matrix:
115
114
env :
116
115
- MB_PYTHON_VERSION=3.6
117
116
- ENABLE_CONTRIB=0
118
-
119
117
- TEST_DEPENDS=numpy==1.11.3
120
118
- os : linux
121
119
env :
122
120
- MB_PYTHON_VERSION=3.6
123
121
- PLAT=i686
124
122
- ENABLE_CONTRIB=0
125
-
126
123
- TEST_DEPENDS=numpy==1.11.3
127
124
128
125
# contrib builds for Linux
129
126
- os : linux
130
127
env :
131
128
- MB_PYTHON_VERSION=2.7
132
-
133
129
- ENABLE_CONTRIB=1
134
130
- os : linux
135
131
env :
136
132
- MB_PYTHON_VERSION=2.7
137
-
138
133
- UNICODE_WIDTH=16
139
134
- ENABLE_CONTRIB=1
140
135
- os : linux
141
136
env :
142
137
- MB_PYTHON_VERSION=2.7
143
-
144
138
- PLAT=i686
145
139
- ENABLE_CONTRIB=1
146
140
- os : linux
147
141
env :
148
142
- MB_PYTHON_VERSION=2.7
149
-
150
143
- PLAT=i686
151
144
- UNICODE_WIDTH=16
152
145
- ENABLE_CONTRIB=1
153
146
- os : linux
154
147
env :
155
148
- MB_PYTHON_VERSION=3.4
156
-
157
149
- ENABLE_CONTRIB=1
158
150
- os : linux
159
151
env :
160
152
- MB_PYTHON_VERSION=3.4
161
-
162
153
- PLAT=i686
163
154
- ENABLE_CONTRIB=1
164
155
- os : linux
165
156
env :
166
157
- MB_PYTHON_VERSION=3.5
167
-
168
158
- ENABLE_CONTRIB=1
169
159
- os : linux
170
160
env :
171
161
- MB_PYTHON_VERSION=3.5
172
-
173
162
- PLAT=i686
174
163
- ENABLE_CONTRIB=1
175
164
- os : linux
176
165
env :
177
166
- MB_PYTHON_VERSION=3.6
178
-
179
-
180
167
- TEST_DEPENDS=numpy==1.11.3
181
168
- ENABLE_CONTRIB=1
182
-
183
169
- os : linux
184
170
env :
185
171
- MB_PYTHON_VERSION=3.6
186
-
187
172
- PLAT=i686
188
-
189
173
- TEST_DEPENDS=numpy==1.11.3
190
174
- ENABLE_CONTRIB=1
191
175
192
176
# The first line is printed in the folding header in Travis output
193
177
before_install : |
194
178
# Check out and prepare the source
195
179
set -e
196
- #Multibuild doesn't have releases, so --depth would break eventually (see
197
- #https://superuser.com/questions/1240216/server-does-not-allow-request-for-unadvertised)
180
+ # Multibuild doesn't have releases, so --depth would break eventually (see
181
+ # https://superuser.com/questions/1240216/server-does-not-allow-request-for-unadvertised)
198
182
git submodule update --init multibuild
199
183
source multibuild/common_utils.sh
200
184
# https://github.com/matthew-brett/multibuild/issues/116
You can’t perform that action at this time.
0 commit comments