Skip to content

Commit

Permalink
switch to miniconda3
Browse files Browse the repository at this point in the history
  • Loading branch information
cokelaer committed Nov 5, 2016
1 parent 8fc5def commit 0ec4a85
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Expand Up @@ -10,11 +10,10 @@ matrix:
- python: 3.5

before_install:
- wget http://repo.continuum.io/miniconda/Miniconda-latest-Linux-x86_64.sh -O miniconda.sh
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
- chmod +x miniconda.sh
- ./miniconda.sh -b
- export PATH=$HOME/miniconda/bin:$PATH
- export PATH=$HOME/miniconda2/bin:$PATH
- export PATH=$HOME/miniconda3/bin:$PATH
- hash -r
- conda update --yes conda
- "export DISPLAY=:99.0"
Expand Down

0 comments on commit 0ec4a85

Please sign in to comment.