Skip to content

Commit

Permalink
Set keras as 2.2.4 on Travis temporarily to resolve the recent test f…
Browse files Browse the repository at this point in the history
…ails
  • Loading branch information
taehoonlee committed Oct 5, 2019
1 parent 065c1ee commit 93d02f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .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 keras
- pip install --only-binary=numpy,scipy numpy nose scipy matplotlib h5py theano keras==2.2.4
- conda install mkl mkl-service

# set library path
Expand All @@ -51,9 +51,9 @@ install:
conda install Pillow;
fi

- if [[ $KERAS_HEAD == "true" ]]; then
pip install --no-deps git+https://github.com/keras-team/keras.git;
fi
#- if [[ $KERAS_HEAD == "true" ]]; then
# pip install --no-deps git+https://github.com/keras-team/keras.git;
# fi
- pip install -e .[tests]

# install TensorFlow (CPU version).
Expand Down

0 comments on commit 93d02f8

Please sign in to comment.