Commit b21f2294 authored by leswing's avatar leswing
Browse files

No GPU on travis

parent 08e45fd0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ install:
- pip install six
- conda install -c conda-forge protobuf=3.1.0
- conda install -c omnia mdtraj
- pip install tensorflow-gpu==0.12.1
- pip install tensorflow=0.12.1
- python setup.py install
script:
- nosetests -v deepchem --nologcapture