From e1d34cda37e8c2919235e8111d6b8ebc7a5d1708 Mon Sep 17 00:00:00 2001 From: Brigitta Sipocz Date: Tue, 1 Mar 2016 23:35:45 +0000 Subject: [PATCH] Adding build with numpy pre-release to the travis matrix --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 196fc72d..47d3ad9d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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