@@ -35,7 +35,7 @@ matrix:
3535      osx_image : xcode6.4 
3636      env :
3737        - JOB_NAME : " 35_osx" 
38-         - NOSE_ARGS="not  slow and not  network and not disabled " 
38+         - NOSE_ARGS="--skip- slow --skip- network" 
3939        - BUILD_TYPE=conda 
4040        - JOB_TAG=_OSX 
4141        - TRAVIS_PYTHON_VERSION=3.5 
@@ -44,7 +44,7 @@ matrix:
4444    - python : 2.7 
4545      env :
4646        - JOB_NAME : " 27_slow_nnet_LOCALE" 
47-         - NOSE_ARGS="slow and not  network and not disabled " 
47+         - NOSE_ARGS="--skip- network" 
4848        - LOCALE_OVERRIDE="zh_CN.UTF-8" 
4949        - FULL_DEPS=true 
5050        - JOB_TAG=_LOCALE 
@@ -57,7 +57,7 @@ matrix:
5757    - python : 2.7 
5858      env :
5959        - JOB_NAME : " 27_nslow" 
60-         - NOSE_ARGS="not  slow and not disabled " 
60+         - NOSE_ARGS="--skip- slow" 
6161        - FULL_DEPS=true 
6262        - CLIPBOARD_GUI=gtk2 
6363        - LINT=true 
@@ -70,7 +70,7 @@ matrix:
7070    - python : 3.4 
7171      env :
7272        - JOB_NAME : " 34_nslow" 
73-         - NOSE_ARGS="not  slow and not disabled " 
73+         - NOSE_ARGS="--skip- slow" 
7474        - FULL_DEPS=true 
7575        - CLIPBOARD=xsel 
7676        - CACHE_NAME="34_nslow" 
@@ -82,7 +82,7 @@ matrix:
8282    - python : 3.5 
8383      env :
8484        - JOB_NAME : " 35_nslow" 
85-         - NOSE_ARGS="not  slow and not  network and not disabled " 
85+         - NOSE_ARGS="--skip- slow --skip- network" 
8686        - FULL_DEPS=true 
8787        - CLIPBOARD=xsel 
8888        - COVERAGE=true 
@@ -97,7 +97,7 @@ matrix:
9797      env :
9898        - JOB_NAME : " 27_slow" 
9999        - JOB_TAG=_SLOW 
100-         - NOSE_ARGS="slow and not  network and not disabled " 
100+         - NOSE_ARGS="--skip- network" 
101101        - FULL_DEPS=true 
102102        - CACHE_NAME="27_slow" 
103103        - USE_CACHE=true 
@@ -106,7 +106,7 @@ matrix:
106106      env :
107107        - JOB_NAME : " 34_slow" 
108108        - JOB_TAG=_SLOW 
109-         - NOSE_ARGS="slow and not  network and not disabled " 
109+         - NOSE_ARGS="--skip- network" 
110110        - FULL_DEPS=true 
111111        - CLIPBOARD=xsel 
112112        - CACHE_NAME="34_slow" 
@@ -120,7 +120,7 @@ matrix:
120120      env :
121121        - JOB_NAME : " 27_build_test_conda" 
122122        - JOB_TAG=_BUILD_TEST 
123-         - NOSE_ARGS="not  slow and not disabled " 
123+         - NOSE_ARGS="--skip- slow" 
124124        - FULL_DEPS=true 
125125        - BUILD_TEST=true 
126126        - CACHE_NAME="27_build_test_conda" 
@@ -130,7 +130,7 @@ matrix:
130130      env :
131131        - JOB_NAME : " 35_numpy_dev" 
132132        - JOB_TAG=_NUMPY_DEV 
133-         - NOSE_ARGS="not  slow and not  network and not disabled " 
133+         - NOSE_ARGS="--skip- slow --skip- network" 
134134        - PANDAS_TESTING_MODE="deprecate" 
135135        - CACHE_NAME="35_numpy_dev" 
136136        - USE_CACHE=true 
@@ -143,7 +143,7 @@ matrix:
143143    - python : 2.7 
144144      env :
145145        - JOB_NAME : " 27_nslow_nnet_COMPAT" 
146-         - NOSE_ARGS="not  slow and not  network and not disabled " 
146+         - NOSE_ARGS="--skip- slow --skip- network" 
147147        - LOCALE_OVERRIDE="it_IT.UTF-8" 
148148        - INSTALL_TEST=true 
149149        - JOB_TAG=_COMPAT 
@@ -176,15 +176,15 @@ matrix:
176176        env :
177177        - JOB_NAME : " 27_slow" 
178178        - JOB_TAG=_SLOW 
179-         - NOSE_ARGS="slow and not  network and not disabled " 
179+         - NOSE_ARGS="--skip- network" 
180180        - FULL_DEPS=true 
181181        - CACHE_NAME="27_slow" 
182182        - USE_CACHE=true 
183183      - python : 3.4 
184184        env :
185185        - JOB_NAME : " 34_slow" 
186186        - JOB_TAG=_SLOW 
187-         - NOSE_ARGS="slow and not  network and not disabled " 
187+         - NOSE_ARGS="--skip- network" 
188188        - FULL_DEPS=true 
189189        - CLIPBOARD=xsel 
190190        - CACHE_NAME="34_slow" 
@@ -197,7 +197,7 @@ matrix:
197197        env :
198198        - JOB_NAME : " 27_build_test_conda" 
199199        - JOB_TAG=_BUILD_TEST 
200-         - NOSE_ARGS="not  slow and not disabled " 
200+         - NOSE_ARGS="--skip- slow" 
201201        - FULL_DEPS=true 
202202        - BUILD_TEST=true 
203203        - CACHE_NAME="27_build_test_conda" 
@@ -206,7 +206,7 @@ matrix:
206206        env :
207207        - JOB_NAME : " 35_numpy_dev" 
208208        - JOB_TAG=_NUMPY_DEV 
209-         - NOSE_ARGS="not  slow and not  network and not disabled " 
209+         - NOSE_ARGS="--skip- slow --skip- network" 
210210        - PANDAS_TESTING_MODE="deprecate" 
211211        - CACHE_NAME="35_numpy_dev" 
212212        - USE_CACHE=true 
@@ -218,7 +218,7 @@ matrix:
218218      - python : 2.7 
219219        env :
220220        - JOB_NAME : " 27_nslow_nnet_COMPAT" 
221-         - NOSE_ARGS="not  slow and not  network and not disabled " 
221+         - NOSE_ARGS="--skip- slow --skip- network" 
222222        - LOCALE_OVERRIDE="it_IT.UTF-8" 
223223        - INSTALL_TEST=true 
224224        - JOB_TAG=_COMPAT 
0 commit comments