From b55adda292de8295f74efe671c2fd66df25c5e8f Mon Sep 17 00:00:00 2001 From: Brigitta Sipocz Date: Sat, 28 May 2016 21:37:11 +0100 Subject: [PATCH 1/2] Updating numpy and astropy version to stable --- appveyor.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 958646a08..b63404ee5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -15,8 +15,8 @@ environment: matrix: - PYTHON_VERSION: "2.7" - ASTROPY_VERSION: "1.0" - NUMPY_VERSION: "1.9.1" + ASTROPY_VERSION: "stable" + NUMPY_VERSION: "stable" platform: -x64 From 3f604ab4976c5751a405f00d2eb4a0458a50b59d Mon Sep 17 00:00:00 2001 From: Brigitta Sipocz Date: Tue, 31 May 2016 18:21:49 +0100 Subject: [PATCH 2/2] Allowing the numpy prerelease travis build to fail --- .travis.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.travis.yml b/.travis.yml index 656f7015d..2fbba0b21 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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