We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf01463 + f5132fc commit 1c7077fCopy full SHA for 1c7077f
.travis.yml
@@ -25,11 +25,11 @@ before_install:
25
# We do this conditionally because it saves us some downloading if the
26
# version is the same.
27
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
28
- wget https://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86_64.sh -O miniconda.sh;
+ wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;
29
else
30
brew update;
31
brew install python;
32
- wget https://repo.continuum.io/miniconda/Miniconda2-latest-MacOSX-x86_64.sh -O miniconda.sh;
+ wget https://repo.continuum.io/miniconda/Miniconda3-latest-MacOSX-x86_64.sh -O miniconda.sh;
33
fi
34
- chmod +x miniconda.sh
35
- bash miniconda.sh -b -p $HOME/miniconda
0 commit comments