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.
1 parent f859c8d commit 35c02abCopy full SHA for 35c02ab
.travis.yml
@@ -12,10 +12,10 @@ install:
12
# We do this conditionally because it saves us some downloading if the
13
# version is the same.
14
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
15
- wget https://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86_64.sh -O miniconda.sh;
16
- else
17
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;
18
- fi
+ wget https://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86_64.sh -O miniconda.sh;
+ else
+ wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;
+ fi
19
- bash miniconda.sh -b -p $HOME/miniconda
20
- export PATH="$HOME/miniconda/bin:$PATH"
21
- hash -r
0 commit comments