fix miniconda changed default install dir

This commit is contained in:
Paul Müller 2015-11-09 23:11:59 +01:00
parent 08c886acb1
commit bb5c0a3211

View file

@ -17,7 +17,8 @@ before_install:
- sudo apt-get install openssl
- wget https://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
- chmod +x miniconda.sh
- "./miniconda.sh -b"
- INSTALL_DIR=${HOME}
- ./miniconda.sh -b -p ${INSTALL_DIR}/miniconda
- export PATH=/home/travis/miniconda/bin:$PATH
- conda update --yes conda
## The following lines are necessary for a test that needs Python 2 and 3