Commit 0c4b1f79 authored by leswing's avatar leswing
Browse files

Try again with simpler syntax

parent fc6495ed
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -23,8 +23,7 @@ install:
- pip install six
- conda install -c conda-forge protobuf=3.1.0
- conda install -c omnia mdtraj
- export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.12.1-cp35-cp35m-linux_x86_64.whl
- pip install $TF_BINARY_URL
- pip installtensorflow-gpu==0.12.1
- python setup.py install
script:
- nosetests -v deepchem --nologcapture