Skip to content

Commit

Permalink
Update travis matrix (fixes #93)
Browse files Browse the repository at this point in the history
  • Loading branch information
dkirkby committed Jul 30, 2018
1 parent 7ecf811 commit 0a73c95
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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)
-----------------
Expand Down

0 comments on commit 0a73c95

Please sign in to comment.