Skip to content

Commit

Permalink
Merge pull request #532 from bsipocz/travis_update_numpy
Browse files Browse the repository at this point in the history
Updating numpy version for travis
  • Loading branch information
aphearin committed May 30, 2016
2 parents 8a992ae + 2433d71 commit 9332e13
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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.10
- NUMPY_VERSION=stable
- ASTROPY_VERSION=stable
- SETUP_CMD='test'
- PIP_DEPENDENCIES=''
Expand Down Expand Up @@ -61,9 +61,14 @@ matrix:
- python: 3.5
env: ASTROPY_VERSION=development

# Try older numpy version
# Try older numpy version, 1.9 is tested above with py3.3
- python: 2.7
env: NUMPY_VERSION=1.9
env: NUMPY_VERSION=1.10

# Try numpy pre-release version, this runs only when a pre-release
# is available on pypi.
- python: 3.5
env: NUMPY_VERSION=prerelease SETUP_CMD='test'

# try a version *without* h5py - we need this for readthedocs
- python: 2.7
Expand Down

0 comments on commit 9332e13

Please sign in to comment.