Skip to content

Commit e040adf

Browse files
committed
BLD: tweak numpy_dev build
1 parent a8775f1 commit e040adf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ matrix:
4747
- JOB_NAME: "33_nslow"
4848
- python: 2.7
4949
env:
50-
- NOSE_ARGS="not slow and not disabled"
50+
- NOSE_ARGS="not slow and not network and not disabled"
5151
- JOB_NAME: "27_numpy_dev"
5252
- JOB_TAG=_NUMPY_DEV
5353
- NUMPY_BUILD=true # build numpy master from source
5454
allow_failures:
5555
- python: 2.7
5656
env:
57-
- NOSE_ARGS="not slow and not disabled"
57+
- NOSE_ARGS="not slow and not network and not disabled"
5858
- JOB_NAME: "27_numpy_dev"
5959
- JOB_TAG=_NUMPY_DEV
6060
- NUMPY_BUILD=true # build numpy master from source

0 commit comments

Comments
 (0)