Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kk7nc authored May 3, 2018
1 parent 282d6ae commit d8efcbe
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@ matrix:
env: KERAS_BACKEND=tensorflow TEST_MODE=WOS
- python: 3.5
env: KERAS_BACKEND=tensorflow TEST_MODE=WOS
- python: 3.6
env: KERAS_BACKEND=theano THEANO_FLAGS=optimizer=fast_compile TEST_MODE=WOS
- python: 3.5
env: KERAS_BACKEND=theano THEANO_FLAGS=optimizer=fast_comp TEST_MODE=WOS
- python: 3.6
env: KERAS_BACKEND=cntk PYTHONWARNINGS=ignore TEST_MODE=WOS
- python: 3.6
env: KERAS_BACKEND=tensorflow TEST_MODE=MNIST
- python: 3.5
Expand All @@ -21,19 +15,11 @@ matrix:
env: KERAS_BACKEND=theano THEANO_FLAGS=optimizer=fast_compile TEST_MODE=MNIST
- python: 3.5
env: KERAS_BACKEND=theano THEANO_FLAGS=optimizer=fast_comp TEST_MODE=MNIST
- python: 3.6
env: KERAS_BACKEND=cntk PYTHONWARNINGS=ignore TEST_MODE=MNIST
- python: 3.6
env: KERAS_BACKEND=tensorflow TEST_MODE=Reuters21578
- python: 3.5
env: KERAS_BACKEND=tensorflow TEST_MODE=Reuters21578
- python: 3.6
env: KERAS_BACKEND=theano THEANO_FLAGS=optimizer=fast_compile TEST_MODE=Reuters21578
- python: 3.5
env: KERAS_BACKEND=theano THEANO_FLAGS=optimizer=fast_comp TEST_MODE=Reuters21578
- python: 3.6
env: KERAS_BACKEND=cntk PYTHONWARNINGS=ignore TEST_MODE=Reuters21578



install:
# code below is taken from http://conda.pydata.org/docs/travis.html
Expand Down

0 comments on commit d8efcbe

Please sign in to comment.