@@ -35,7 +35,7 @@ matrix:
35
35
osx_image : xcode6.4
36
36
env :
37
37
- JOB_NAME : " 35_osx"
38
- - NOSE_ARGS="not slow and not network and not disabled "
38
+ - NOSE_ARGS="--skip- slow --skip- network"
39
39
- BUILD_TYPE=conda
40
40
- JOB_TAG=_OSX
41
41
- TRAVIS_PYTHON_VERSION=3.5
@@ -44,7 +44,7 @@ matrix:
44
44
- python : 2.7
45
45
env :
46
46
- JOB_NAME : " 27_slow_nnet_LOCALE"
47
- - NOSE_ARGS="slow and not network and not disabled "
47
+ - NOSE_ARGS="--skip- network"
48
48
- LOCALE_OVERRIDE="zh_CN.UTF-8"
49
49
- FULL_DEPS=true
50
50
- JOB_TAG=_LOCALE
@@ -57,7 +57,7 @@ matrix:
57
57
- python : 2.7
58
58
env :
59
59
- JOB_NAME : " 27_nslow"
60
- - NOSE_ARGS="not slow and not disabled "
60
+ - NOSE_ARGS="--skip- slow"
61
61
- FULL_DEPS=true
62
62
- CLIPBOARD_GUI=gtk2
63
63
- LINT=true
@@ -70,7 +70,7 @@ matrix:
70
70
- python : 3.4
71
71
env :
72
72
- JOB_NAME : " 34_nslow"
73
- - NOSE_ARGS="not slow and not disabled "
73
+ - NOSE_ARGS="--skip- slow"
74
74
- FULL_DEPS=true
75
75
- CLIPBOARD=xsel
76
76
- CACHE_NAME="34_nslow"
@@ -82,7 +82,7 @@ matrix:
82
82
- python : 3.5
83
83
env :
84
84
- JOB_NAME : " 35_nslow"
85
- - NOSE_ARGS="not slow and not network and not disabled "
85
+ - NOSE_ARGS="--skip- slow --skip- network"
86
86
- FULL_DEPS=true
87
87
- CLIPBOARD=xsel
88
88
- COVERAGE=true
@@ -97,7 +97,7 @@ matrix:
97
97
env :
98
98
- JOB_NAME : " 27_slow"
99
99
- JOB_TAG=_SLOW
100
- - NOSE_ARGS="slow and not network and not disabled "
100
+ - NOSE_ARGS="--skip- network"
101
101
- FULL_DEPS=true
102
102
- CACHE_NAME="27_slow"
103
103
- USE_CACHE=true
@@ -106,7 +106,7 @@ matrix:
106
106
env :
107
107
- JOB_NAME : " 34_slow"
108
108
- JOB_TAG=_SLOW
109
- - NOSE_ARGS="slow and not network and not disabled "
109
+ - NOSE_ARGS="--skip- network"
110
110
- FULL_DEPS=true
111
111
- CLIPBOARD=xsel
112
112
- CACHE_NAME="34_slow"
@@ -120,7 +120,7 @@ matrix:
120
120
env :
121
121
- JOB_NAME : " 27_build_test_conda"
122
122
- JOB_TAG=_BUILD_TEST
123
- - NOSE_ARGS="not slow and not disabled "
123
+ - NOSE_ARGS="--skip- slow"
124
124
- FULL_DEPS=true
125
125
- BUILD_TEST=true
126
126
- CACHE_NAME="27_build_test_conda"
@@ -130,7 +130,7 @@ matrix:
130
130
env :
131
131
- JOB_NAME : " 35_numpy_dev"
132
132
- JOB_TAG=_NUMPY_DEV
133
- - NOSE_ARGS="not slow and not network and not disabled "
133
+ - NOSE_ARGS="--skip- slow --skip- network"
134
134
- PANDAS_TESTING_MODE="deprecate"
135
135
- CACHE_NAME="35_numpy_dev"
136
136
- USE_CACHE=true
@@ -143,7 +143,7 @@ matrix:
143
143
- python : 2.7
144
144
env :
145
145
- JOB_NAME : " 27_nslow_nnet_COMPAT"
146
- - NOSE_ARGS="not slow and not network and not disabled "
146
+ - NOSE_ARGS="--skip- slow --skip- network"
147
147
- LOCALE_OVERRIDE="it_IT.UTF-8"
148
148
- INSTALL_TEST=true
149
149
- JOB_TAG=_COMPAT
@@ -176,15 +176,15 @@ matrix:
176
176
env :
177
177
- JOB_NAME : " 27_slow"
178
178
- JOB_TAG=_SLOW
179
- - NOSE_ARGS="slow and not network and not disabled "
179
+ - NOSE_ARGS="--skip- network"
180
180
- FULL_DEPS=true
181
181
- CACHE_NAME="27_slow"
182
182
- USE_CACHE=true
183
183
- python : 3.4
184
184
env :
185
185
- JOB_NAME : " 34_slow"
186
186
- JOB_TAG=_SLOW
187
- - NOSE_ARGS="slow and not network and not disabled "
187
+ - NOSE_ARGS="--skip- network"
188
188
- FULL_DEPS=true
189
189
- CLIPBOARD=xsel
190
190
- CACHE_NAME="34_slow"
@@ -197,7 +197,7 @@ matrix:
197
197
env :
198
198
- JOB_NAME : " 27_build_test_conda"
199
199
- JOB_TAG=_BUILD_TEST
200
- - NOSE_ARGS="not slow and not disabled "
200
+ - NOSE_ARGS="--skip- slow"
201
201
- FULL_DEPS=true
202
202
- BUILD_TEST=true
203
203
- CACHE_NAME="27_build_test_conda"
@@ -206,7 +206,7 @@ matrix:
206
206
env :
207
207
- JOB_NAME : " 35_numpy_dev"
208
208
- JOB_TAG=_NUMPY_DEV
209
- - NOSE_ARGS="not slow and not network and not disabled "
209
+ - NOSE_ARGS="--skip- slow --skip- network"
210
210
- PANDAS_TESTING_MODE="deprecate"
211
211
- CACHE_NAME="35_numpy_dev"
212
212
- USE_CACHE=true
@@ -218,7 +218,7 @@ matrix:
218
218
- python : 2.7
219
219
env :
220
220
- JOB_NAME : " 27_nslow_nnet_COMPAT"
221
- - NOSE_ARGS="not slow and not network and not disabled "
221
+ - NOSE_ARGS="--skip- slow --skip- network"
222
222
- LOCALE_OVERRIDE="it_IT.UTF-8"
223
223
- INSTALL_TEST=true
224
224
- JOB_TAG=_COMPAT
0 commit comments