@@ -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,7 +84,7 @@ 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 :
@@ -96,7 +96,7 @@ matrix:
96
96
env :
97
97
- PYTHON_VERSION=2.7
98
98
- JOB_NAME : " 27_nslow_nnet_COMPAT"
99
- - NOSE_ARGS="not slow and not network and not disabled "
99
+ - TEST_ARGS="--skip- slow --skip- network"
100
100
- LOCALE_OVERRIDE="it_IT.UTF-8"
101
101
- INSTALL_TEST=true
102
102
- JOB_TAG=_COMPAT
@@ -112,7 +112,7 @@ matrix:
112
112
- PYTHON_VERSION=2.7
113
113
- JOB_NAME : " 27_slow"
114
114
- JOB_TAG=_SLOW
115
- - NOSE_ARGS=" slow and not network and not disabled "
115
+ - TEST_ARGS="--only- slow --skip- network"
116
116
- FULL_DEPS=true
117
117
- CACHE_NAME="27_slow"
118
118
- USE_CACHE=true
@@ -122,7 +122,7 @@ matrix:
122
122
- PYTHON_VERSION=2.7
123
123
- JOB_NAME : " 27_build_test_conda"
124
124
- JOB_TAG=_BUILD_TEST
125
- - NOSE_ARGS="not slow and not disabled "
125
+ - TEST_ARGS="--skip- slow"
126
126
- FULL_DEPS=true
127
127
- BUILD_TEST=true
128
128
- CACHE_NAME="27_build_test_conda"
@@ -133,7 +133,7 @@ matrix:
133
133
- PYTHON_VERSION=3.4
134
134
- JOB_NAME : " 34_nslow"
135
135
- LOCALE_OVERRIDE="zh_CN.UTF-8"
136
- - NOSE_ARGS="not slow and not disabled "
136
+ - TEST_ARGS="--skip- slow"
137
137
- FULL_DEPS=true
138
138
- CLIPBOARD=xsel
139
139
- CACHE_NAME="34_nslow"
@@ -149,7 +149,7 @@ matrix:
149
149
- PYTHON_VERSION=3.4
150
150
- JOB_NAME : " 34_slow"
151
151
- JOB_TAG=_SLOW
152
- - NOSE_ARGS=" slow and not network and not disabled "
152
+ - TEST_ARGS="--only- slow --skip- network"
153
153
- FULL_DEPS=true
154
154
- CLIPBOARD=xsel
155
155
- CACHE_NAME="34_slow"
@@ -164,7 +164,7 @@ matrix:
164
164
- PYTHON_VERSION=3.5
165
165
- JOB_NAME : " 35_numpy_dev"
166
166
- JOB_TAG=_NUMPY_DEV
167
- - NOSE_ARGS="not slow and not network and not disabled "
167
+ - TEST_ARGS="--skip- slow --skip- network"
168
168
- PANDAS_TESTING_MODE="deprecate"
169
169
- CACHE_NAME="35_numpy_dev"
170
170
- USE_CACHE=true
@@ -179,7 +179,7 @@ matrix:
179
179
- PYTHON_VERSION=3.5
180
180
- JOB_NAME : " 35_ascii"
181
181
- JOB_TAG=_ASCII
182
- - NOSE_ARGS="not slow and not network and not disabled "
182
+ - TEST_ARGS="--skip- slow --skip- network"
183
183
- LOCALE_OVERRIDE="C"
184
184
- CACHE_NAME="35_ascii"
185
185
- USE_CACHE=true
@@ -199,7 +199,7 @@ matrix:
199
199
- PYTHON_VERSION=2.7
200
200
- JOB_NAME : " 27_slow"
201
201
- JOB_TAG=_SLOW
202
- - NOSE_ARGS=" slow and not network and not disabled "
202
+ - TEST_ARGS="--only- slow --skip- network"
203
203
- FULL_DEPS=true
204
204
- CACHE_NAME="27_slow"
205
205
- USE_CACHE=true
@@ -208,7 +208,7 @@ matrix:
208
208
- PYTHON_VERSION=3.4
209
209
- JOB_NAME : " 34_slow"
210
210
- JOB_TAG=_SLOW
211
- - NOSE_ARGS=" slow and not network and not disabled "
211
+ - TEST_ARGS="--only- slow --skip- network"
212
212
- FULL_DEPS=true
213
213
- CLIPBOARD=xsel
214
214
- CACHE_NAME="34_slow"
@@ -222,7 +222,7 @@ matrix:
222
222
- PYTHON_VERSION=2.7
223
223
- JOB_NAME : " 27_build_test_conda"
224
224
- JOB_TAG=_BUILD_TEST
225
- - NOSE_ARGS="not slow and not disabled "
225
+ - TEST_ARGS="--skip- slow"
226
226
- FULL_DEPS=true
227
227
- BUILD_TEST=true
228
228
- CACHE_NAME="27_build_test_conda"
@@ -232,7 +232,7 @@ matrix:
232
232
- PYTHON_VERSION=3.4
233
233
- JOB_NAME : " 34_nslow"
234
234
- LOCALE_OVERRIDE="zh_CN.UTF-8"
235
- - NOSE_ARGS="not slow and not disabled "
235
+ - TEST_ARGS="--skip- slow"
236
236
- FULL_DEPS=true
237
237
- CLIPBOARD=xsel
238
238
- CACHE_NAME="34_nslow"
@@ -247,7 +247,7 @@ matrix:
247
247
- PYTHON_VERSION=3.5
248
248
- JOB_NAME : " 35_numpy_dev"
249
249
- JOB_TAG=_NUMPY_DEV
250
- - NOSE_ARGS="not slow and not network and not disabled "
250
+ - TEST_ARGS="--skip- slow --skip- network"
251
251
- PANDAS_TESTING_MODE="deprecate"
252
252
- CACHE_NAME="35_numpy_dev"
253
253
- USE_CACHE=true
@@ -260,7 +260,7 @@ matrix:
260
260
env :
261
261
- PYTHON_VERSION=2.7
262
262
- JOB_NAME : " 27_nslow_nnet_COMPAT"
263
- - NOSE_ARGS="not slow and not network and not disabled "
263
+ - TEST_ARGS="--skip- slow --skip- network"
264
264
- LOCALE_OVERRIDE="it_IT.UTF-8"
265
265
- INSTALL_TEST=true
266
266
- JOB_TAG=_COMPAT
@@ -275,7 +275,7 @@ matrix:
275
275
- PYTHON_VERSION=3.5
276
276
- JOB_NAME : " 35_ascii"
277
277
- JOB_TAG=_ASCII
278
- - NOSE_ARGS="not slow and not network and not disabled "
278
+ - TEST_ARGS="--skip- slow --skip- network"
279
279
- LOCALE_OVERRIDE="C"
280
280
- CACHE_NAME="35_ascii"
281
281
- USE_CACHE=true
0 commit comments