Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use conda 4.4+-style install for Travis-CI (conda activate, ...) #73

Closed
wants to merge 1 commit into from

Conversation

tjd2002
Copy link

@tjd2002 tjd2002 commented May 26, 2018

This patch causes Travis to install and use miniconda in the conda 4.4 way:
-running conda.sh as a shell script instead of adding $HOME/miniconda3/bin to the path
-activating with conda activate <env>

This style of installation and use would seem to be the future. However I'm not sure that we shouldn't be testing both methods, since the miniconda installer and instructions at conda.io still tell the user to add the base bin directory to their path.

Also, I'm not familiar with conda installation on windows, so this PR doesn't touch the AppVeyor stuff.

@tjd2002 tjd2002 mentioned this pull request May 26, 2018
@tjd2002 tjd2002 closed this May 27, 2018
@tjd2002
Copy link
Author

tjd2002 commented May 30, 2018

Incorporated in #75

@tjd2002 tjd2002 deleted the travis-4.4 branch May 30, 2018 16:57
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.

1 participant