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.
1 parent eb15e4f commit df437e2Copy full SHA for df437e2
.travis.yml
@@ -14,10 +14,10 @@ addons:
14
15
before_install:
16
# Set up anaconda
17
- - wget http://repo.continuum.io/miniconda/Miniconda-2.2.2-Linux-x86_64.sh -O miniconda.sh
+ - wget http://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86_64.sh -O miniconda.sh
18
- chmod +x miniconda.sh
19
- - ./miniconda.sh -b
20
- - export PATH=/home/travis/anaconda/bin:$PATH
+ - ./miniconda.sh -b -p $HOME/miniconda
+ - export PATH=$HOME/miniconda/bin:$PATH
21
# Update conda itself
22
- conda update --yes conda
23
- cd ..
0 commit comments