Fix Travis-CI integration to use conda#74
Conversation
Thanks @daf 😄 |
There was a problem hiding this comment.
I don't think you need the --channel ... part.
There was a problem hiding this comment.
Without it, it could not find python-dateutil - i'm no Conda expert but it seems that is not a default channel, despite the misleading name. Adding this got TravisCI further along.
There was a problem hiding this comment.
(see the earlier travis builds of this PR on each of the commit for more details)
There was a problem hiding this comment.
Hmmm, you're right, python-dateutil isn't in the "defaults" channel. The package has been named "dateutil" instead.
But as I understand it, the "defaults" channels is intended to be created from the conda-recipes repo, and there the package is called "python-dateutil" as one would expect. I'll raise an issue with Continuum...
h/t to @rhattersley who figured this out for pyugrid/pyugrid#44
Let's see how travis handles this PR!