From d27dae612315ae4a384d75f043c1fe73c255487b Mon Sep 17 00:00:00 2001 From: "Adam Ginsburg (keflavich)" Date: Thu, 24 Mar 2016 16:18:19 -0700 Subject: [PATCH 1/2] try changing travis grid --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b17639e5..4afd628c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ env: # The following versions are the 'default' for tests, unless # overidden underneath. They are defined here in order to save having # to repeat them for all configurations. - - NUMPY_VERSION=1.9 + - NUMPY_VERSION=1.10 - ASTROPY_VERSION=stable - SETUP_CMD='test' - PIP_DEPENDENCIES='' @@ -54,6 +54,8 @@ matrix: env: ASTROPY_VERSION=development # Try older numpy versions + - python: 2.7 + env: NUMPY_VERSION=1.9 - python: 2.7 env: NUMPY_VERSION=1.8 - python: 2.7 From d148a4ff21ead45e3e759d21f6d902d613eca9ed Mon Sep 17 00:00:00 2001 From: "Adam Ginsburg (keflavich)" Date: Thu, 24 Mar 2016 16:38:25 -0700 Subject: [PATCH 2/2] disable deprecation->exception --- regions/conftest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regions/conftest.py b/regions/conftest.py index 310e9be3..fb33e09b 100644 --- a/regions/conftest.py +++ b/regions/conftest.py @@ -6,7 +6,7 @@ ## Uncomment the following line to treat all DeprecationWarnings as ## exceptions -enable_deprecations_as_exceptions() +#enable_deprecations_as_exceptions() ## Uncomment and customize the following lines to add/remove entries ## from the list of packages for which version numbers are displayed