Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

BLD: Updated tested numpy version to 1.9 #193

Merged
merged 1 commit into from
Nov 11, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ python:
- "3.4"
- "3.5"
env:
- NUMPY="numpy==1.7"
- NUMPY="numpy==1.9"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Out of interest, what would happen if you unpinned NumPy entirely?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

numpy is unpinned in one part of the test matrix

we test against 1 pinned version and latest, so currently this is 1.9 and 1.11

- NUMPY="--upgrade numpy"
install:
- pip install -r requirements.txt
Expand Down