Commit 4a26c666 authored by leswing's avatar leswing
Browse files

Trying to get keras and travis to play nice

parent aacc63b6
Loading
Loading
Loading
Loading

.keras.json

0 → 100644
+6 −0
Original line number Diff line number Diff line
{
    "image_dim_ordering": "tf",
    "epsilon": 1e-07,
    "floatx": "float32",
    "backend": "tensorflow"
}
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@ install:
- source activate deepchem
- pip install yapf==0.16.0
- python setup.py install
- cp .keras.json ~/
script:
- nosetests -v deepchem --nologcapture
- find ./deepchem | grep .py$ |xargs python -m doctest -v