Skip to content

Commit 460c034

Browse files
committed
Merge pull request SciTools#1441 from rhattersley/update-miniconda
Update miniconda install
2 parents 89fd2dd + d395d40 commit 460c034

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ install:
3030
# -----------------
3131
- export CONDA_BASE=http://repo.continuum.io/miniconda/Miniconda
3232
- if [[ "$TRAVIS_PYTHON_VERSION" == 2* ]]; then
33-
wget ${CONDA_BASE}-3.4.2-Linux-x86_64.sh -O miniconda.sh;
33+
wget ${CONDA_BASE}-3.7.0-Linux-x86_64.sh -O miniconda.sh;
3434
else
35-
wget ${CONDA_BASE}3-3.4.2-Linux-x86_64.sh -O miniconda.sh;
35+
wget ${CONDA_BASE}3-3.7.0-Linux-x86_64.sh -O miniconda.sh;
3636
fi
3737
- bash miniconda.sh -b -p $HOME/miniconda
3838
- export PATH="$HOME/miniconda/bin:$PATH"

0 commit comments

Comments
 (0)