@@ -14,13 +14,11 @@ cache:
14
14
15
15
env :
16
16
global :
17
- # scatterci API key
18
- # - secure: "Bx5umgo6WjuGY+5XFa004xjCiX/vq0CyMZ/ETzcs7EIBI1BE/0fIDXOoWhoxbY9HPfdPGlDnDgB9nGqr5wArO2s+BavyKBWg6osZ3dmkfuJPMOWeyCa92EeP+sfKw8e5HSU5MizW9e319wHWOF/xkzdHR7T67Qd5erhv91x4DnQ="
19
- # ironcache API key
20
- # - secure: "e4eEFn9nDQc3Xa5BWYkzfX37jaWVq89XidVX+rcCNEr5OlOImvveeXnF1IzbRXznH4Sv0YsLwUd8RGUWOmyCvkONq/VJeqCHWtTMyfaCIdqSyhIP9Odz8r9ahch+Y0XFepBey92AJHmlnTh+2GjCDgIiqq4fzglojnp56Vg1ojA="
21
- # - secure: "CjmYmY5qEu3KrvMtel6zWFEtMq8ORBeS1S1odJHnjQpbwT1KY2YFZRVlLphfyDQXSz6svKUdeRrCNp65baBzs3DQNA8lIuXGIBYFeJxqVGtYAZZs6+TzBPfJJK798sGOj5RshrOJkFG2rdlWNuTq/XphI0JOrN3nPUkRrdQRpAw="
22
- # pandas-docs-bot GH
23
- - secure : " PCzUFR8CHmw9lH84p4ygnojdF7Z8U5h7YfY0RyT+5K/aiQ1ZTU3ZkDTPI0/rR5FVMxsEEKEQKMcc5fvqW0PeD7Q2wRmluloKgT9w4EVEJ1ppKf7lITPcvZR2QgVOvjv4AfDtibLHFNiaSjzoqyJVjM4igjOu8WTlF3JfZcmOQjQ="
17
+
18
+ # pandas-docs-travis GH
19
+ - secure : " U4GkUaX0K5FqHsHlxXiTr53t0zg8l9p3x7Xze3T0l4mEfhJdqVjayizRE0w0Uo3D54YY7X4lCRtI+bzFz20RxAEoEUyIoWtlUP7eNY3XuhViipY7gtYJpS+68VN5MnChzzz73cNj89fLBvCFyYhMTXHSrbm+yHSg6eRlqzzhHWc="
20
+
21
+ # # original key - secure: "PCzUFR8CHmw9lH84p4ygnojdF7Z8U5h7YfY0RyT+5K/aiQ1ZTU3ZkDTPI0/rR5FVMxsEEKEQKMcc5fvqW0PeD7Q2wRmluloKgT9w4EVEJ1ppKf7lITPcvZR2QgVOvjv4AfDtibLHFNiaSjzoqyJVjM4igjOu8WTlF3JfZcmOQjQ="
24
22
25
23
git :
26
24
# for cloning
@@ -34,6 +32,7 @@ matrix:
34
32
compiler : clang
35
33
osx_image : xcode6.4
36
34
env :
35
+ - PYTHON_VERSION=3.5
37
36
- JOB_NAME : " 35_osx"
38
37
- NOSE_ARGS="not slow and not network and not disabled"
39
38
- BUILD_TYPE=conda
@@ -43,6 +42,7 @@ matrix:
43
42
- USE_CACHE=true
44
43
- python : 2.7
45
44
env :
45
+ - PYTHON_VERSION=2.7
46
46
- JOB_NAME : " 27_slow_nnet_LOCALE"
47
47
- NOSE_ARGS="slow and not network and not disabled"
48
48
- LOCALE_OVERRIDE="zh_CN.UTF-8"
@@ -56,6 +56,7 @@ matrix:
56
56
- language-pack-zh-hans
57
57
- python : 2.7
58
58
env :
59
+ - PYTHON_VERSION=2.7
59
60
- JOB_NAME : " 27_nslow"
60
61
- NOSE_ARGS="not slow and not disabled"
61
62
- FULL_DEPS=true
@@ -69,6 +70,7 @@ matrix:
69
70
- python-gtk2
70
71
- python : 3.4
71
72
env :
73
+ - PYTHON_VERSION=3.4
72
74
- JOB_NAME : " 34_nslow"
73
75
- NOSE_ARGS="not slow and not disabled"
74
76
- FULL_DEPS=true
@@ -81,6 +83,7 @@ matrix:
81
83
- xsel
82
84
- python : 3.5
83
85
env :
86
+ - PYTHON_VERSION=3.5
84
87
- JOB_NAME : " 35_nslow"
85
88
- NOSE_ARGS="not slow and not network and not disabled"
86
89
- FULL_DEPS=true
@@ -95,6 +98,7 @@ matrix:
95
98
# In allow_failures
96
99
- python : 2.7
97
100
env :
101
+ - PYTHON_VERSION=2.7
98
102
- JOB_NAME : " 27_slow"
99
103
- JOB_TAG=_SLOW
100
104
- NOSE_ARGS="slow and not network and not disabled"
@@ -104,6 +108,7 @@ matrix:
104
108
# In allow_failures
105
109
- python : 3.4
106
110
env :
111
+ - PYTHON_VERSION=3.4
107
112
- JOB_NAME : " 34_slow"
108
113
- JOB_TAG=_SLOW
109
114
- NOSE_ARGS="slow and not network and not disabled"
@@ -118,16 +123,31 @@ matrix:
118
123
# In allow_failures
119
124
- python : 2.7
120
125
env :
126
+ - PYTHON_VERSION=2.7
121
127
- JOB_NAME : " 27_build_test_conda"
122
128
- JOB_TAG=_BUILD_TEST
123
129
- NOSE_ARGS="not slow and not disabled"
124
130
- FULL_DEPS=true
125
131
- BUILD_TEST=true
126
132
- CACHE_NAME="27_build_test_conda"
127
133
- USE_CACHE=true
134
+ # In allow_failures
135
+ - python : 3.6-dev
136
+ env :
137
+ - PYTHON_VERSION=3.6
138
+ - JOB_NAME : " 36_dev"
139
+ - JOB_TAG=_DEV
140
+ - NOSE_ARGS="not slow and not network and not disabled"
141
+ - PANDAS_TESTING_MODE="deprecate"
142
+ addons :
143
+ apt :
144
+ packages :
145
+ - libatlas-base-dev
146
+ - gfortran
128
147
# In allow_failures
129
148
- python : 3.5
130
149
env :
150
+ - PYTHON_VERSION=3.5
131
151
- JOB_NAME : " 35_numpy_dev"
132
152
- JOB_TAG=_NUMPY_DEV
133
153
- NOSE_ARGS="not slow and not network and not disabled"
@@ -142,6 +162,7 @@ matrix:
142
162
# In allow_failures
143
163
- python : 2.7
144
164
env :
165
+ - PYTHON_VERSION=2.7
145
166
- JOB_NAME : " 27_nslow_nnet_COMPAT"
146
167
- NOSE_ARGS="not slow and not network and not disabled"
147
168
- LOCALE_OVERRIDE="it_IT.UTF-8"
@@ -156,6 +177,7 @@ matrix:
156
177
# In allow_failures
157
178
- python : 3.5
158
179
env :
180
+ - PYTHON_VERSION=3.5
159
181
- JOB_NAME : " 35_ascii"
160
182
- JOB_TAG=_ASCII
161
183
- NOSE_ARGS="not slow and not network and not disabled"
@@ -165,6 +187,7 @@ matrix:
165
187
# In allow_failures
166
188
- python : 2.7
167
189
env :
190
+ - PYTHON_VERSION=2.7
168
191
- JOB_NAME : " doc_build"
169
192
- FULL_DEPS=true
170
193
- DOC_BUILD=true
@@ -174,6 +197,7 @@ matrix:
174
197
allow_failures :
175
198
- python : 2.7
176
199
env :
200
+ - PYTHON_VERSION=2.7
177
201
- JOB_NAME : " 27_slow"
178
202
- JOB_TAG=_SLOW
179
203
- NOSE_ARGS="slow and not network and not disabled"
@@ -182,6 +206,7 @@ matrix:
182
206
- USE_CACHE=true
183
207
- python : 3.4
184
208
env :
209
+ - PYTHON_VERSION=3.4
185
210
- JOB_NAME : " 34_slow"
186
211
- JOB_TAG=_SLOW
187
212
- NOSE_ARGS="slow and not network and not disabled"
@@ -195,28 +220,43 @@ matrix:
195
220
- xsel
196
221
- python : 2.7
197
222
env :
223
+ - PYTHON_VERSION=2.7
198
224
- JOB_NAME : " 27_build_test_conda"
199
225
- JOB_TAG=_BUILD_TEST
200
226
- NOSE_ARGS="not slow and not disabled"
201
227
- FULL_DEPS=true
202
228
- BUILD_TEST=true
203
229
- CACHE_NAME="27_build_test_conda"
204
230
- USE_CACHE=true
205
- - python : 3.5
231
+ - python : 3.6-dev
206
232
env :
207
- - JOB_NAME : " 35_numpy_dev"
208
- - JOB_TAG=_NUMPY_DEV
233
+ - PYTHON_VERSION=3.6
234
+ - JOB_NAME : " 36_dev"
235
+ - JOB_TAG=_DEV
209
236
- NOSE_ARGS="not slow and not network and not disabled"
210
237
- PANDAS_TESTING_MODE="deprecate"
211
- - CACHE_NAME="35_numpy_dev"
212
- - USE_CACHE=true
238
+ addons :
239
+ apt :
240
+ packages :
241
+ - libatlas-base-dev
242
+ - gfortran
243
+ - python : 3.5
244
+ env :
245
+ - PYTHON_VERSION=3.5
246
+ - JOB_NAME : " 35_numpy_dev"
247
+ - JOB_TAG=_NUMPY_DEV
248
+ - NOSE_ARGS="not slow and not network and not disabled"
249
+ - PANDAS_TESTING_MODE="deprecate"
250
+ - CACHE_NAME="35_numpy_dev"
251
+ - USE_CACHE=true
213
252
addons :
214
253
apt :
215
254
packages :
216
255
- libatlas-base-dev
217
256
- gfortran
218
257
- python : 2.7
219
258
env :
259
+ - PYTHON_VERSION=2.7
220
260
- JOB_NAME : " 27_nslow_nnet_COMPAT"
221
261
- NOSE_ARGS="not slow and not network and not disabled"
222
262
- LOCALE_OVERRIDE="it_IT.UTF-8"
@@ -230,6 +270,7 @@ matrix:
230
270
- language-pack-it
231
271
- python : 3.5
232
272
env :
273
+ - PYTHON_VERSION=3.5
233
274
- JOB_NAME : " 35_ascii"
234
275
- JOB_TAG=_ASCII
235
276
- NOSE_ARGS="not slow and not network and not disabled"
@@ -238,6 +279,7 @@ matrix:
238
279
- USE_CACHE=true
239
280
- python : 2.7
240
281
env :
282
+ - PYTHON_VERSION=2.7
241
283
- JOB_NAME : " doc_build"
242
284
- FULL_DEPS=true
243
285
- DOC_BUILD=true
@@ -249,7 +291,7 @@ before_install:
249
291
- echo "before_install"
250
292
- source ci/travis_process_gbq_encryption.sh
251
293
- echo $VIRTUAL_ENV
252
- - export PATH="$HOME/miniconda /bin:$PATH"
294
+ - export PATH="$HOME/miniconda3 /bin:$PATH"
253
295
- df -h
254
296
- date
255
297
- pwd
0 commit comments