Commit 0af1ee98 authored by Bharath Ramsundar's avatar Bharath Ramsundar
Browse files

Trying to handle travis issues

parent eb2b65a2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,13 +4,13 @@ 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 config --set always_yes yes --set changeps1 no
- conda config --add channels http://conda.binstar.org/omnia
- conda update -q conda
- conda info -a
- conda install pandas
- conda install -c omnia rdkit