Skip to content

Commit

Permalink
Merge pull request #1015 from bsipocz/travis_post_astropy_4
Browse files Browse the repository at this point in the history
Use older astropy with older numpy
  • Loading branch information
bsipocz committed Jan 25, 2020
2 parents d35b476 + 9218243 commit 51390d8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ env:
- PYTHON_VERSION=3.7
- NUMPY_VERSION=stable
- ASTROPY_VERSION=stable
- CONDA_CHANNELS='astropy-ci-extras astropy'
- CONDA_DEPENDENCIES='Cython scipy scikit-learn matplotlib'
- PIP_DEPENDENCIES='scikit-image>0.14.1'
- CONDA_REQUIRED_DEPENDENCIES='Cython'
Expand Down Expand Up @@ -89,7 +88,7 @@ matrix:
# Test with optional dependencies disabled
- stage: Comprehensive tests
env: CONDA_DEPENDENCIES=$CONDA_REQUIRED_DEPENDENCIES
PIP_DEPENDENCIES=''
PIP_DEPENDENCIES='' NUMPY_VERSION=1.17

# Test with Windows
- stage: Comprehensive tests
Expand All @@ -104,7 +103,7 @@ matrix:

# Test with an older numpy version
- stage: Comprehensive tests
env: NUMPY_VERSION=1.15
env: NUMPY_VERSION=1.15 ASTROPY_VERSION=3.2

# Test with the Astropy development version
- stage: Latest versions and docs
Expand Down

0 comments on commit 51390d8

Please sign in to comment.