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 6986a9e + 5f690ed commit 3b8f6e5Copy full SHA for 3b8f6e5
.travis.yml
@@ -34,7 +34,7 @@ matrix:
34
before_install:
35
# Install miniconda and create TEST env.
36
- |
37
- wget http://bit.ly/miniconda -O miniconda.sh
+ wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
38
bash miniconda.sh -b -p $HOME/miniconda
39
export PATH="$HOME/miniconda/bin:$PATH"
40
conda config --set always_yes yes --set changeps1 no --set show_channel_urls true
0 commit comments