From 0a73c95b1c5deec7ade41ff7b2d7ab04326daa87 Mon Sep 17 00:00:00 2001 From: David Kirkby Date: Mon, 30 Jul 2018 17:10:28 +0200 Subject: [PATCH] Update travis matrix (fixes #93) --- .travis.yml | 9 +++------ CHANGES.rst | 4 +++- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/.travis.yml b/.travis.yml index 12b82a4..cbbfb78 100644 --- a/.travis.yml +++ b/.travis.yml @@ -54,7 +54,6 @@ env: matrix: # Make sure that egg_info works without dependencies - PYTHON_VERSION=2.7 SETUP_CMD='egg_info' - - PYTHON_VERSION=3.4 SETUP_CMD='egg_info' - PYTHON_VERSION=3.5 SETUP_CMD='egg_info' - PYTHON_VERSION=3.6 SETUP_CMD='egg_info' @@ -86,17 +85,15 @@ matrix: - os: linux env: ASTROPY_VERSION=lts - # Try all python versions and Numpy versions. Since we can assume that + # Try various python and numpy combinations. Since we can assume that # the Numpy developers have taken care of testing Numpy with different # versions of Python, we can vary Python and Numpy versions at the same # time. - os: linux - env: PYTHON_VERSION=3.5 NUMPY_VERSION=1.10 + env: PYTHON_VERSION=3.5 NUMPY_VERSION=1.13 - os: linux - env: PYTHON_VERSION=3.5 NUMPY_VERSION=1.11 - - os: linux - env: NUMPY_VERSION=1.12 + env: PYTHON_VERSION=3.5 NUMPY_VERSION=1.14 # Try numpy pre-release - os: linux diff --git a/CHANGES.rst b/CHANGES.rst index eab7858..edf4a66 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -9,7 +9,9 @@ specsim Change Log - Change median LRG minor/major axis ratio from 0.16 to 0.5. - Add quantitative comparison of galsim and fastsim fiberloss modes. - Streamline array indexing for downsampling and convolution operations. -- Fixes #90. +- Do not require fastsim file to be present (fixes #90). +- Update to astropy_helpers v2.0.6 (merges #85). +- Remove python 3.4 from travis test matrix and update "old" numpy versions used (fixes #93). 0.12 (2018-07-26) -----------------