Commit 1791f2d7 authored by Bharath Ramsundar's avatar Bharath Ramsundar
Browse files

One more try at debugging

parent cb08ea83
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -26,11 +26,12 @@ install:
  - conda install -c omnia openbabel
  - conda install joblib
  - pip install --upgrade --no-deps git+git://github.com/Theano/Theano.git
  - pushd .
  - cd ~/
  - git clone https://github.com/pandegroup/keras.git
  - cd keras/
  - python setup.py install
  - git clone https://github.com/pandegroup/deepchem.git
  - cd deepchem/
  - popd
  - python setup.py develop

script: