Skip to content

Commit df437e2

Browse files
fix anaconda in .travis yaml
same fixes as for RMG-Py, RMG-Tests
1 parent eb15e4f commit df437e2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ addons:
1414

1515
before_install:
1616
# Set up anaconda
17-
- wget http://repo.continuum.io/miniconda/Miniconda-2.2.2-Linux-x86_64.sh -O miniconda.sh
17+
- wget http://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86_64.sh -O miniconda.sh
1818
- chmod +x miniconda.sh
19-
- ./miniconda.sh -b
20-
- export PATH=/home/travis/anaconda/bin:$PATH
19+
- ./miniconda.sh -b -p $HOME/miniconda
20+
- export PATH=$HOME/miniconda/bin:$PATH
2121
# Update conda itself
2222
- conda update --yes conda
2323
- cd ..

0 commit comments

Comments
 (0)