Consider re-enabling travis tests for numpy 1.7, 1.6
Closed this issue · 2 comments
dkirkby commented
I disabled these a while ago so this issue is to review that decision. Note .travis.yaml
in astropy (and its affiliated package template) considers 1.9 the default and also tests against 1.8, 1.7, 1.6. I just filed astropy/package-template#152 in case that is about to change.
I recently disabled tests against 1.7 and 1.6 in specsim because speclite uses the new assume_sorted
option to scipy.interpolate.interp1d
, so this should probably be fixed.
dkirkby commented
A recent update to ci-helpers allows testing against the numpy pre-release version also. See the example here.