desihub/speclite

Consider re-enabling travis tests for numpy 1.7, 1.6

Closed this issue · 2 comments

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.

A recent update to ci-helpers allows testing against the numpy pre-release version also. See the example here.

The assume_sorted option is no longer being used. After the travis update in #18, tests against numpy 1.7 are re-enabled (and passing) and support for 1.6 has been dropped (by astropy).