Skip to content

Commit

Permalink
BLD: tweak numpy_dev build
Browse files Browse the repository at this point in the history
  • Loading branch information
jreback committed Feb 19, 2014
1 parent a8775f1 commit e040adf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,14 @@ matrix:
- JOB_NAME: "33_nslow"
- python: 2.7
env:
- NOSE_ARGS="not slow and not disabled"
- NOSE_ARGS="not slow and not network and not disabled"
- JOB_NAME: "27_numpy_dev"
- JOB_TAG=_NUMPY_DEV
- NUMPY_BUILD=true # build numpy master from source
allow_failures:
- python: 2.7
env:
- NOSE_ARGS="not slow and not disabled"
- NOSE_ARGS="not slow and not network and not disabled"
- JOB_NAME: "27_numpy_dev"
- JOB_TAG=_NUMPY_DEV
- NUMPY_BUILD=true # build numpy master from source
Expand Down

0 comments on commit e040adf

Please sign in to comment.