@@ -14,13 +14,9 @@ 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 : " YvvTc+FrSYHgdxqoxn9s8VOaCWjvZzlkaf6k55kkmQqCYR9dPiLMsot1F96/N7o3YlD1s0znPQCak93Du8HHi/8809zAXloTaMSZrWz4R4qn96xlZFRE88O/w/Z1t3VVYpKX3MHlCggBc8MtXrqmvWKJMAqXyysZ4TTzoiJDPvE="
24
20
25
21
git :
26
22
# for cloning
@@ -34,6 +30,7 @@ matrix:
34
30
compiler : clang
35
31
osx_image : xcode6.4
36
32
env :
33
+ - PYTHON_VERSION=3.5
37
34
- JOB_NAME : " 35_osx"
38
35
- NOSE_ARGS="not slow and not network and not disabled"
39
36
- BUILD_TYPE=conda
@@ -43,6 +40,7 @@ matrix:
43
40
- USE_CACHE=true
44
41
- python : 2.7
45
42
env :
43
+ - PYTHON_VERSION=2.7
46
44
- JOB_NAME : " 27_slow_nnet_LOCALE"
47
45
- NOSE_ARGS="slow and not network and not disabled"
48
46
- LOCALE_OVERRIDE="zh_CN.UTF-8"
@@ -56,6 +54,7 @@ matrix:
56
54
- language-pack-zh-hans
57
55
- python : 2.7
58
56
env :
57
+ - PYTHON_VERSION=2.7
59
58
- JOB_NAME : " 27_nslow"
60
59
- NOSE_ARGS="not slow and not disabled"
61
60
- FULL_DEPS=true
@@ -67,20 +66,9 @@ matrix:
67
66
apt :
68
67
packages :
69
68
- python-gtk2
70
- - python : 3.4
71
- env :
72
- - JOB_NAME : " 34_nslow"
73
- - NOSE_ARGS="not slow and not disabled"
74
- - FULL_DEPS=true
75
- - CLIPBOARD=xsel
76
- - CACHE_NAME="34_nslow"
77
- - USE_CACHE=true
78
- addons :
79
- apt :
80
- packages :
81
- - xsel
82
69
- python : 3.5
83
70
env :
71
+ - PYTHON_VERSION=3.5
84
72
- JOB_NAME : " 35_nslow"
85
73
- NOSE_ARGS="not slow and not network and not disabled"
86
74
- FULL_DEPS=true
@@ -92,42 +80,86 @@ matrix:
92
80
apt :
93
81
packages :
94
82
- xsel
83
+ - python : 3.6
84
+ env :
85
+ - PYTHON_VERSION=3.6
86
+ - JOB_NAME : " 36"
87
+ - NOSE_ARGS="not slow and not network and not disabled"
88
+ - PANDAS_TESTING_MODE="deprecate"
89
+ addons :
90
+ apt :
91
+ packages :
92
+ - libatlas-base-dev
93
+ - gfortran
95
94
# In allow_failures
96
95
- python : 2.7
97
96
env :
97
+ - PYTHON_VERSION=2.7
98
+ - JOB_NAME : " 27_nslow_nnet_COMPAT"
99
+ - NOSE_ARGS="not slow and not network and not disabled"
100
+ - LOCALE_OVERRIDE="it_IT.UTF-8"
101
+ - INSTALL_TEST=true
102
+ - JOB_TAG=_COMPAT
103
+ - CACHE_NAME="27_nslow_nnet_COMPAT"
104
+ - USE_CACHE=true
105
+ addons :
106
+ apt :
107
+ packages :
108
+ - language-pack-it
109
+ # In allow_failures
110
+ - python : 2.7
111
+ env :
112
+ - PYTHON_VERSION=2.7
98
113
- JOB_NAME : " 27_slow"
99
114
- JOB_TAG=_SLOW
100
115
- NOSE_ARGS="slow and not network and not disabled"
101
116
- FULL_DEPS=true
102
117
- CACHE_NAME="27_slow"
103
118
- USE_CACHE=true
119
+ # In allow_failures
120
+ - python : 2.7
121
+ env :
122
+ - PYTHON_VERSION=2.7
123
+ - JOB_NAME : " 27_build_test_conda"
124
+ - JOB_TAG=_BUILD_TEST
125
+ - NOSE_ARGS="not slow and not disabled"
126
+ - FULL_DEPS=true
127
+ - BUILD_TEST=true
128
+ - CACHE_NAME="27_build_test_conda"
129
+ - USE_CACHE=true
104
130
# In allow_failures
105
131
- python : 3.4
106
132
env :
107
- - JOB_NAME : " 34_slow "
108
- - JOB_TAG=_SLOW
109
- - NOSE_ARGS="slow and not network and not disabled"
133
+ - PYTHON_VERSION=3.4
134
+ - JOB_NAME : " 34_nslow "
135
+ - NOSE_ARGS="not slow and not disabled"
110
136
- FULL_DEPS=true
111
137
- CLIPBOARD=xsel
112
- - CACHE_NAME="34_slow "
138
+ - CACHE_NAME="34_nslow "
113
139
- USE_CACHE=true
114
140
addons :
115
141
apt :
116
142
packages :
117
143
- xsel
118
144
# In allow_failures
119
- - python : 2.7
145
+ - python : 3.4
120
146
env :
121
- - JOB_NAME : " 27_build_test_conda"
122
- - JOB_TAG=_BUILD_TEST
123
- - NOSE_ARGS="not slow and not disabled"
147
+ - PYTHON_VERSION=3.4
148
+ - JOB_NAME : " 34_slow"
149
+ - JOB_TAG=_SLOW
150
+ - NOSE_ARGS="slow and not network and not disabled"
124
151
- FULL_DEPS=true
125
- - BUILD_TEST=true
126
- - CACHE_NAME="27_build_test_conda "
152
+ - CLIPBOARD=xsel
153
+ - CACHE_NAME="34_slow "
127
154
- USE_CACHE=true
155
+ addons :
156
+ apt :
157
+ packages :
158
+ - xsel
128
159
# In allow_failures
129
160
- python : 3.5
130
161
env :
162
+ - PYTHON_VERSION=3.5
131
163
- JOB_NAME : " 35_numpy_dev"
132
164
- JOB_TAG=_NUMPY_DEV
133
165
- NOSE_ARGS="not slow and not network and not disabled"
@@ -139,32 +171,20 @@ matrix:
139
171
packages :
140
172
- libatlas-base-dev
141
173
- gfortran
142
- # In allow_failures
143
- - python : 2.7
144
- env :
145
- - JOB_NAME : " 27_nslow_nnet_COMPAT"
146
- - NOSE_ARGS="not slow and not network and not disabled"
147
- - LOCALE_OVERRIDE="it_IT.UTF-8"
148
- - INSTALL_TEST=true
149
- - JOB_TAG=_COMPAT
150
- - CACHE_NAME="27_nslow_nnet_COMPAT"
151
- - USE_CACHE=true
152
- addons :
153
- apt :
154
- packages :
155
- - language-pack-it
156
174
# In allow_failures
157
175
- python : 3.5
158
176
env :
177
+ - PYTHON_VERSION=3.5
159
178
- JOB_NAME : " 35_ascii"
160
179
- JOB_TAG=_ASCII
161
180
- NOSE_ARGS="not slow and not network and not disabled"
162
181
- LOCALE_OVERRIDE="C"
163
182
- CACHE_NAME="35_ascii"
164
183
- USE_CACHE=true
165
184
# In allow_failures
166
- - python : 2.7
185
+ - python : 3.5
167
186
env :
187
+ - PYTHON_VERSION=3.5
168
188
- JOB_NAME : " doc_build"
169
189
- FULL_DEPS=true
170
190
- DOC_BUILD=true
@@ -174,6 +194,7 @@ matrix:
174
194
allow_failures :
175
195
- python : 2.7
176
196
env :
197
+ - PYTHON_VERSION=2.7
177
198
- JOB_NAME : " 27_slow"
178
199
- JOB_TAG=_SLOW
179
200
- NOSE_ARGS="slow and not network and not disabled"
@@ -182,6 +203,7 @@ matrix:
182
203
- USE_CACHE=true
183
204
- python : 3.4
184
205
env :
206
+ - PYTHON_VERSION=3.4
185
207
- JOB_NAME : " 34_slow"
186
208
- JOB_TAG=_SLOW
187
209
- NOSE_ARGS="slow and not network and not disabled"
@@ -195,28 +217,44 @@ matrix:
195
217
- xsel
196
218
- python : 2.7
197
219
env :
220
+ - PYTHON_VERSION=2.7
198
221
- JOB_NAME : " 27_build_test_conda"
199
222
- JOB_TAG=_BUILD_TEST
200
223
- NOSE_ARGS="not slow and not disabled"
201
224
- FULL_DEPS=true
202
225
- BUILD_TEST=true
203
226
- CACHE_NAME="27_build_test_conda"
204
227
- USE_CACHE=true
228
+ - python : 3.4
229
+ env :
230
+ - PYTHON_VERSION=3.4
231
+ - JOB_NAME : " 34_nslow"
232
+ - NOSE_ARGS="not slow and not disabled"
233
+ - FULL_DEPS=true
234
+ - CLIPBOARD=xsel
235
+ - CACHE_NAME="34_nslow"
236
+ - USE_CACHE=true
237
+ addons :
238
+ apt :
239
+ packages :
240
+ - xsel
205
241
- python : 3.5
206
242
env :
207
- - JOB_NAME : " 35_numpy_dev"
208
- - JOB_TAG=_NUMPY_DEV
209
- - NOSE_ARGS="not slow and not network and not disabled"
210
- - PANDAS_TESTING_MODE="deprecate"
211
- - CACHE_NAME="35_numpy_dev"
212
- - USE_CACHE=true
243
+ - PYTHON_VERSION=3.5
244
+ - JOB_NAME : " 35_numpy_dev"
245
+ - JOB_TAG=_NUMPY_DEV
246
+ - NOSE_ARGS="not slow and not network and not disabled"
247
+ - PANDAS_TESTING_MODE="deprecate"
248
+ - CACHE_NAME="35_numpy_dev"
249
+ - USE_CACHE=true
213
250
addons :
214
251
apt :
215
252
packages :
216
253
- libatlas-base-dev
217
254
- gfortran
218
255
- python : 2.7
219
256
env :
257
+ - PYTHON_VERSION=2.7
220
258
- JOB_NAME : " 27_nslow_nnet_COMPAT"
221
259
- NOSE_ARGS="not slow and not network and not disabled"
222
260
- LOCALE_OVERRIDE="it_IT.UTF-8"
@@ -230,14 +268,16 @@ matrix:
230
268
- language-pack-it
231
269
- python : 3.5
232
270
env :
271
+ - PYTHON_VERSION=3.5
233
272
- JOB_NAME : " 35_ascii"
234
273
- JOB_TAG=_ASCII
235
274
- NOSE_ARGS="not slow and not network and not disabled"
236
275
- LOCALE_OVERRIDE="C"
237
276
- CACHE_NAME="35_ascii"
238
277
- USE_CACHE=true
239
- - python : 2.7
278
+ - python : 3.5
240
279
env :
280
+ - PYTHON_VERSION=3.5
241
281
- JOB_NAME : " doc_build"
242
282
- FULL_DEPS=true
243
283
- DOC_BUILD=true
@@ -249,7 +289,7 @@ before_install:
249
289
- echo "before_install"
250
290
- source ci/travis_process_gbq_encryption.sh
251
291
- echo $VIRTUAL_ENV
252
- - export PATH="$HOME/miniconda /bin:$PATH"
292
+ - export PATH="$HOME/miniconda3 /bin:$PATH"
253
293
- df -h
254
294
- date
255
295
- pwd
0 commit comments