Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Commit

Permalink
Update Travis conf to install Keras.
Browse files Browse the repository at this point in the history
  • Loading branch information
fchollet committed Sep 28, 2018
1 parent 3c42345 commit 0349564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0349564

Please sign in to comment.