From bfd28106d3e6eb6d9da3f35cdbc75f1da990a695 Mon Sep 17 00:00:00 2001 From: MSeifert04 Date: Sun, 24 Nov 2019 14:18:40 +0100 Subject: [PATCH] Increment old numpy versions (experimental) --- .travis.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3ebdfa2c..702dad42 100644 --- a/.travis.yml +++ b/.travis.yml @@ -61,15 +61,15 @@ matrix: SETUP_CMD='test --coverage' # Check compatibility with the current astropy LTS release - - python: 3.6 - env: ASTROPY_VERSION=2 + - env: ASTROPY_VERSION=2 PYTEST_VERSION=3.6 + PYTHON_VERSION=3.6 - - python: 3.5 - env: NUMPY_VERSION=1.13 + - env: NUMPY_VERSION=1.14 + PYTHON_VERSION=3.5 - - python: 3.6 - env: NUMPY_VERSION=1.14 + - env: NUMPY_VERSION=1.15 + PYTHON_VERSION=3.6 # Try numpy pre-release version. This runs only when a pre-release # is available on pypi.