Manually request numpy when creating environment
This PR patches the travis conda installer script to manually request numpy
when creating the environment, this forces numpy
to come from conda-forge
, rather than defaults
, meaning when we install lal
and friends, we end up not having to switch.