Skip to content

Commit

Permalink
update miniconda3 version due to python version being 3.4 not 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesdrotar committed Nov 11, 2016
1 parent a400eaf commit 7e501bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_tools/travis/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if [[ "$DISTRIB" == "conda" ]]; then
-O miniconda.sh
fi
if [[ "$PYTHON_VERSION" == "3.5" ]]; then
wget http://repo.continuum.io/miniconda/Miniconda3-3.6.0-Linux-x86_64.sh \
wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh \
-O miniconda.sh
fi
fi
Expand Down

0 comments on commit 7e501bf

Please sign in to comment.