Skip to content

Commit

Permalink
Allowing the numpy prerelease travis build to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz committed May 31, 2016
1 parent b55adda commit 3f604ab
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,12 @@ matrix:
- python: 2.7
env: CONDA_DEPENDENCIES="`echo $CONDA_DEPENDENCIES | sed 's/ h5py//'`" # this magic incantation removes the substring " h5py" from the dependencies

allow_failures:
# The build with numpy v1.11.1rc1 halts in the middle without
# showing any obvious reason, thus allowing it to fail for now.
- python: 3.5
env: NUMPY_VERSION=prerelease SETUP_CMD='test'

before_install:

# If there are matplotlib tests, comment these out to
Expand Down

0 comments on commit 3f604ab

Please sign in to comment.