@@ -32,7 +32,7 @@ matrix:
32
32
env :
33
33
- PYTHON_VERSION=3.5
34
34
- JOB_NAME : " 35_osx"
35
- - NOSE_ARGS="not slow and not network and not disabled "
35
+ - TEST_ARGS="--skip- slow --skip- network"
36
36
- BUILD_TYPE=conda
37
37
- JOB_TAG=_OSX
38
38
- TRAVIS_PYTHON_VERSION=3.5
@@ -42,7 +42,7 @@ matrix:
42
42
env :
43
43
- PYTHON_VERSION=2.7
44
44
- JOB_NAME : " 27_slow_nnet_LOCALE"
45
- - NOSE_ARGS=" slow and not network and not disabled "
45
+ - TEST_ARGS="--only- slow --skip- network"
46
46
- LOCALE_OVERRIDE="zh_CN.UTF-8"
47
47
- FULL_DEPS=true
48
48
- JOB_TAG=_LOCALE
@@ -56,7 +56,7 @@ matrix:
56
56
env :
57
57
- PYTHON_VERSION=2.7
58
58
- JOB_NAME : " 27_nslow"
59
- - NOSE_ARGS="not slow and not disabled "
59
+ - TEST_ARGS="--skip- slow"
60
60
- FULL_DEPS=true
61
61
- CLIPBOARD_GUI=gtk2
62
62
- LINT=true
@@ -70,7 +70,7 @@ matrix:
70
70
env :
71
71
- PYTHON_VERSION=3.5
72
72
- JOB_NAME : " 35_nslow"
73
- - NOSE_ARGS="not slow and not network and not disabled "
73
+ - TEST_ARGS="--skip- slow --skip- network"
74
74
- FULL_DEPS=true
75
75
- CLIPBOARD=xsel
76
76
- COVERAGE=true
@@ -84,35 +84,20 @@ matrix:
84
84
env :
85
85
- PYTHON_VERSION=3.6
86
86
- JOB_NAME : " 36"
87
- - NOSE_ARGS="not slow and not network and not disabled "
87
+ - TEST_ARGS="--skip- slow --skip- network"
88
88
- PANDAS_TESTING_MODE="deprecate"
89
89
addons :
90
90
apt :
91
91
packages :
92
92
- libatlas-base-dev
93
93
- gfortran
94
- # In allow_failures
95
- - python : 2.7
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
94
# In allow_failures
110
95
- python : 2.7
111
96
env :
112
97
- PYTHON_VERSION=2.7
113
98
- JOB_NAME : " 27_slow"
114
99
- JOB_TAG=_SLOW
115
- - NOSE_ARGS=" slow and not network and not disabled "
100
+ - TEST_ARGS="--only- slow --skip- network"
116
101
- FULL_DEPS=true
117
102
- CACHE_NAME="27_slow"
118
103
- USE_CACHE=true
@@ -122,47 +107,18 @@ matrix:
122
107
- PYTHON_VERSION=2.7
123
108
- JOB_NAME : " 27_build_test_conda"
124
109
- JOB_TAG=_BUILD_TEST
125
- - NOSE_ARGS="not slow and not disabled "
110
+ - TEST_ARGS="--skip- slow"
126
111
- FULL_DEPS=true
127
112
- BUILD_TEST=true
128
113
- CACHE_NAME="27_build_test_conda"
129
114
- USE_CACHE=true
130
- # In allow_failures
131
- - python : 3.4
132
- env :
133
- - PYTHON_VERSION=3.4
134
- - JOB_NAME : " 34_nslow"
135
- - NOSE_ARGS="not slow and not disabled"
136
- - FULL_DEPS=true
137
- - CLIPBOARD=xsel
138
- - CACHE_NAME="34_nslow"
139
- - USE_CACHE=true
140
- addons :
141
- apt :
142
- packages :
143
- - xsel
144
- # In allow_failures
145
- - python : 3.4
146
- env :
147
- - PYTHON_VERSION=3.4
148
- - JOB_NAME : " 34_slow"
149
- - JOB_TAG=_SLOW
150
- - NOSE_ARGS="slow and not network and not disabled"
151
- - FULL_DEPS=true
152
- - CLIPBOARD=xsel
153
- - CACHE_NAME="34_slow"
154
- - USE_CACHE=true
155
- addons :
156
- apt :
157
- packages :
158
- - xsel
159
115
# In allow_failures
160
116
- python : 3.5
161
117
env :
162
118
- PYTHON_VERSION=3.5
163
119
- JOB_NAME : " 35_numpy_dev"
164
120
- JOB_TAG=_NUMPY_DEV
165
- - NOSE_ARGS="not slow and not network and not disabled "
121
+ - TEST_ARGS="--skip- slow --skip- network"
166
122
- PANDAS_TESTING_MODE="deprecate"
167
123
- CACHE_NAME="35_numpy_dev"
168
124
- USE_CACHE=true
@@ -175,16 +131,6 @@ matrix:
175
131
- python : 3.5
176
132
env :
177
133
- PYTHON_VERSION=3.5
178
- - JOB_NAME : " 35_ascii"
179
- - JOB_TAG=_ASCII
180
- - NOSE_ARGS="not slow and not network and not disabled"
181
- - LOCALE_OVERRIDE="C"
182
- - CACHE_NAME="35_ascii"
183
- - USE_CACHE=true
184
- # In allow_failures
185
- - python : 2.7
186
- env :
187
- - PYTHON_VERSION=2.7
188
134
- JOB_NAME : " doc_build"
189
135
- FULL_DEPS=true
190
136
- DOC_BUILD=true
@@ -197,53 +143,26 @@ matrix:
197
143
- PYTHON_VERSION=2.7
198
144
- JOB_NAME : " 27_slow"
199
145
- JOB_TAG=_SLOW
200
- - NOSE_ARGS=" slow and not network and not disabled "
146
+ - TEST_ARGS="--only- slow --skip- network"
201
147
- FULL_DEPS=true
202
148
- CACHE_NAME="27_slow"
203
149
- USE_CACHE=true
204
- - python : 3.4
205
- env :
206
- - PYTHON_VERSION=3.4
207
- - JOB_NAME : " 34_slow"
208
- - JOB_TAG=_SLOW
209
- - NOSE_ARGS="slow and not network and not disabled"
210
- - FULL_DEPS=true
211
- - CLIPBOARD=xsel
212
- - CACHE_NAME="34_slow"
213
- - USE_CACHE=true
214
- addons :
215
- apt :
216
- packages :
217
- - xsel
218
150
- python : 2.7
219
151
env :
220
152
- PYTHON_VERSION=2.7
221
153
- JOB_NAME : " 27_build_test_conda"
222
154
- JOB_TAG=_BUILD_TEST
223
- - NOSE_ARGS="not slow and not disabled "
155
+ - TEST_ARGS="--skip- slow"
224
156
- FULL_DEPS=true
225
157
- BUILD_TEST=true
226
158
- CACHE_NAME="27_build_test_conda"
227
159
- 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
241
160
- python : 3.5
242
161
env :
243
162
- PYTHON_VERSION=3.5
244
163
- JOB_NAME : " 35_numpy_dev"
245
164
- JOB_TAG=_NUMPY_DEV
246
- - NOSE_ARGS="not slow and not network and not disabled "
165
+ - TEST_ARGS="--skip- slow --skip- network"
247
166
- PANDAS_TESTING_MODE="deprecate"
248
167
- CACHE_NAME="35_numpy_dev"
249
168
- USE_CACHE=true
@@ -252,32 +171,9 @@ matrix:
252
171
packages :
253
172
- libatlas-base-dev
254
173
- gfortran
255
- - python : 2.7
256
- env :
257
- - PYTHON_VERSION=2.7
258
- - JOB_NAME : " 27_nslow_nnet_COMPAT"
259
- - NOSE_ARGS="not slow and not network and not disabled"
260
- - LOCALE_OVERRIDE="it_IT.UTF-8"
261
- - INSTALL_TEST=true
262
- - JOB_TAG=_COMPAT
263
- - CACHE_NAME="27_nslow_nnet_COMPAT"
264
- - USE_CACHE=true
265
- addons :
266
- apt :
267
- packages :
268
- - language-pack-it
269
174
- python : 3.5
270
175
env :
271
176
- PYTHON_VERSION=3.5
272
- - JOB_NAME : " 35_ascii"
273
- - JOB_TAG=_ASCII
274
- - NOSE_ARGS="not slow and not network and not disabled"
275
- - LOCALE_OVERRIDE="C"
276
- - CACHE_NAME="35_ascii"
277
- - USE_CACHE=true
278
- - python : 2.7
279
- env :
280
- - PYTHON_VERSION=2.7
281
177
- JOB_NAME : " doc_build"
282
178
- FULL_DEPS=true
283
179
- DOC_BUILD=true
@@ -295,7 +191,6 @@ before_install:
295
191
- pwd
296
192
- uname -a
297
193
- python -V
298
- # git info & get tags
299
194
- git --version
300
195
- git tag
301
196
- ci/before_install_travis.sh
@@ -311,12 +206,13 @@ install:
311
206
312
207
before_script :
313
208
- source activate pandas && pip install codecov
314
- - ci/install_db .sh
209
+ - ci/install_db_travis .sh
315
210
316
211
script :
317
212
- echo "script start"
318
213
- ci/run_build_docs.sh
319
- - ci/script.sh
214
+ - ci/script_single.sh
215
+ - ci/script_multi.sh
320
216
- ci/lint.sh
321
217
- echo "script done"
322
218
@@ -327,5 +223,6 @@ after_script:
327
223
- echo "after_script start"
328
224
- ci/install_test.sh
329
225
- source activate pandas && python -c "import pandas; pandas.show_versions();"
330
- - ci/print_skipped.py /tmp/nosetests.xml
226
+ - ci/print_skipped.py /tmp/single.xml
227
+ - ci/print_skipped.py /tmp/multiple.xml
331
228
- echo "after_script done"
0 commit comments