Skip to content

Commit f334b1d

Browse files
committed
Update miniconda to latest version in Travis build
1 parent afedfac commit f334b1d

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
@@ -19,9 +19,9 @@ before_install:
1919
- sh -e /etc/init.d/xvfb start
2020
# use miniconda to install numpy/scipy, to avoid lengthy build from source
2121
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then
22-
wget http://repo.continuum.io/miniconda/Miniconda-3.4.2-Linux-x86_64.sh -O miniconda.sh;
22+
wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh;
2323
else
24-
wget http://repo.continuum.io/miniconda/Miniconda3-3.4.2-Linux-x86_64.sh -O miniconda.sh;
24+
wget http://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;
2525
fi
2626
- bash miniconda.sh -b -p $HOME/miniconda
2727
- export PATH="$HOME/miniconda/bin:$PATH"

0 commit comments

Comments
 (0)