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 89fd2dd + d395d40 commit 460c034Copy full SHA for 460c034
.travis.yml
@@ -30,9 +30,9 @@ install:
30
# -----------------
31
- export CONDA_BASE=http://repo.continuum.io/miniconda/Miniconda
32
- if [[ "$TRAVIS_PYTHON_VERSION" == 2* ]]; then
33
- wget ${CONDA_BASE}-3.4.2-Linux-x86_64.sh -O miniconda.sh;
+ wget ${CONDA_BASE}-3.7.0-Linux-x86_64.sh -O miniconda.sh;
34
else
35
- wget ${CONDA_BASE}3-3.4.2-Linux-x86_64.sh -O miniconda.sh;
+ wget ${CONDA_BASE}3-3.7.0-Linux-x86_64.sh -O miniconda.sh;
36
fi
37
- bash miniconda.sh -b -p $HOME/miniconda
38
- export PATH="$HOME/miniconda/bin:$PATH"
0 commit comments