Skip to content

Fix Travis-CI integration to use conda#74

Open
daf wants to merge 4 commits into
asascience-open:masterfrom
axiom-data-science:fix-travis
Open

Fix Travis-CI integration to use conda#74
daf wants to merge 4 commits into
asascience-open:masterfrom
axiom-data-science:fix-travis

Conversation

@daf

@daf daf commented Oct 7, 2014

Copy link
Copy Markdown
Member

h/t to @rhattersley who figured this out for pyugrid/pyugrid#44

Let's see how travis handles this PR!

@rhattersley

Copy link
Copy Markdown

h/t to @rhattersley

Thanks @daf 😄

Comment thread .travis.yml

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

I don't think you need the --channel ... part.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

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.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

(see the earlier travis builds of this PR on each of the commit for more details)

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

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...

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

See conda/conda-recipes#193.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants