Skip to content

Commit

Permalink
Change Miniconda-latest to Miniconda3-latest
Browse files Browse the repository at this point in the history
"Note: the Miniconda-latest-* installers are Miniconda2-* installers."
(https://repo.continuum.io/miniconda/)
  • Loading branch information
oyamad committed Sep 22, 2016
1 parent 8fd28e3 commit 3e67fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ branches:
- master

before_install:
- wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
- wget http://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
- chmod +x miniconda.sh
- ./miniconda.sh -b -p /home/travis/miniconda
- export PATH=/home/travis/miniconda/bin:$PATH
Expand Down

0 comments on commit 3e67fc6

Please sign in to comment.