Skip to content

Commit

Permalink
Merge pull request #319 from bsipocz/travis_adding_numpy_pre
Browse files Browse the repository at this point in the history
Adding build with numpy pre-release to the travis matrix
  • Loading branch information
mwcraig committed Mar 2, 2016
2 parents da38a63 + e1d34cd commit b514479
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ matrix:
- python: 2.7
env: NUMPY_VERSION=1.9 SETUP_CMD='test'

# 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'

install:

- git clone git://github.com/astropy/ci-helpers.git
Expand Down

0 comments on commit b514479

Please sign in to comment.