Skip to content

Commit

Permalink
fixed path to miniconda install
Browse files Browse the repository at this point in the history
  • Loading branch information
wkerzendorf committed Nov 9, 2015
1 parent cac9411 commit f2dc3c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ before_install:
- export PYTHONIOENCODING=UTF8
- wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
- chmod +x miniconda.sh
- ./miniconda.sh -b
- bash miniconda.sh -b -p $HOME/miniconda
- export PATH=$HOME/miniconda/bin:$PATH
- hash -r
- conda update --yes conda
Expand Down

0 comments on commit f2dc3c5

Please sign in to comment.