Skip to content

Commit

Permalink
Adding build with numpy pre-release to the travis matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz committed Mar 1, 2016
1 parent db10268 commit e1d34cd
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 e1d34cd

Please sign in to comment.