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 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