Commit 195eb6d7 authored by Bharath Ramsundar's avatar Bharath Ramsundar
Browse files

More fiddling with travis

parent 0af1ee98
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,11 +4,11 @@ python:
sudo: required
dist: trusty
install:
- conda update -q conda
- wget http://repo.continuum.io/archive/Anaconda2-2.4.1-Linux-x86_64.sh -O anaconda.sh;
- bash anaconda.sh -b -p $HOME/anaconda
- export PATH="$HOME/anaconda/bin:$PATH"
- hash -r
- conda update -q conda
- conda config --set always_yes yes --set changeps1 no
- conda config --add channels http://conda.binstar.org/omnia
- conda info -a