Skip to content

Commit

Permalink
Remove repeated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lvapeab committed Feb 13, 2018
1 parent 74f1fe0 commit 00ed1a2
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ matrix:
- python: 2.7
env: KERAS_BACKEND=tensorflow TEST_MODE=ConditionalLSTM DEPTH=shallow
- python: 2.7
env: KERAS_BACKEND=tensorflow TEST_MODE=GRU DEPTH=deep
env: KERAS_BACKEND=tensorflow TEST_MODE=GRU DEPTH=deep DIR=bidir
- python: 2.7
env: KERAS_BACKEND=tensorflow TEST_MODE=LSTM DEPTH=deep
env: KERAS_BACKEND=tensorflow TEST_MODE=LSTM DEPTH=deep DIR=bidir
- python: 2.7
env: KERAS_BACKEND=tensorflow TEST_MODE=ConditionalGRU DEPTH=deep
env: KERAS_BACKEND=tensorflow TEST_MODE=ConditionalGRU DEPTH=deep DIR=bidir
- python: 2.7
env: KERAS_BACKEND=tensorflow TEST_MODE=ConditionalLSTM DEPTH=deep
env: KERAS_BACKEND=tensorflow TEST_MODE=ConditionalLSTM DEPTH=deep DIR=bidir
- python: 2.7
env: KERAS_BACKEND=tensorflow TEST_MODE=GRU DEPTH=deep DIR=unidir
- python: 2.7
Expand All @@ -57,14 +57,7 @@ matrix:
env: KERAS_BACKEND=tensorflow TEST_MODE=ConditionalGRU DEPTH=deep DIR=unidir
- python: 2.7
env: KERAS_BACKEND=tensorflow TEST_MODE=ConditionalLSTM DEPTH=deep DIR=unidir
- python: 2.7
env: KERAS_BACKEND=tensorflow TEST_MODE=GRU DEPTH=deep DIR=bidir
- python: 2.7
env: KERAS_BACKEND=tensorflow TEST_MODE=LSTM DEPTH=deep DIR=bidir
- python: 2.7
env: KERAS_BACKEND=tensorflow TEST_MODE=ConditionalGRU DEPTH=deep DIR=bidir
- python: 2.7
env: KERAS_BACKEND=tensorflow TEST_MODE=ConditionalLSTM DEPTH=deep DIR=bidir

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

0 comments on commit 00ed1a2

Please sign in to comment.