From 034956493857c05c365fd1a76bc8304b56d30b54 Mon Sep 17 00:00:00 2001 From: Francois Chollet Date: Fri, 28 Sep 2018 11:53:09 -0700 Subject: [PATCH] Update Travis conf to install Keras. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 339f150..8892854 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,7 +38,7 @@ install: - conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION pytest pandas - source activate test-environment - - pip install --only-binary=numpy,scipy numpy nose scipy matplotlib h5py theano + - pip install --only-binary=numpy,scipy numpy nose scipy matplotlib h5py theano keras - conda install mkl mkl-service # set library path