Skip to content

Commit

Permalink
ci: use new conda activation procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed May 24, 2019
1 parent 82fd1c9 commit d0afcee
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -4,6 +4,8 @@ env:
- MYCONDAPY=2.7
- MYCONDAPY=3.5
- MYCONDAPY=3.6
- MYCONDAPY=3.7


####
# EVERYTHING BELOW THIS LINE WILL BE COPIED INTO OTHER YMLs
@@ -76,7 +78,8 @@ before_install:


install:
- source $HOME/miniconda/bin/activate
- source $HOME/miniconda/etc/profile.d/conda.sh
- conda activate
- hash -r

# Configure conda and get a few essentials

0 comments on commit d0afcee

Please sign in to comment.