Skip to content

Commit 00ed1a2

Browse files
committed
Remove repeated tests
1 parent 74f1fe0 commit 00ed1a2

File tree

1 file changed

+5
-12
lines changed

1 file changed

+5
-12
lines changed

.travis.yml

+5-12
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ matrix:
4242
- python: 2.7
4343
env: KERAS_BACKEND=tensorflow TEST_MODE=ConditionalLSTM DEPTH=shallow
4444
- python: 2.7
45-
env: KERAS_BACKEND=tensorflow TEST_MODE=GRU DEPTH=deep
45+
env: KERAS_BACKEND=tensorflow TEST_MODE=GRU DEPTH=deep DIR=bidir
4646
- python: 2.7
47-
env: KERAS_BACKEND=tensorflow TEST_MODE=LSTM DEPTH=deep
47+
env: KERAS_BACKEND=tensorflow TEST_MODE=LSTM DEPTH=deep DIR=bidir
4848
- python: 2.7
49-
env: KERAS_BACKEND=tensorflow TEST_MODE=ConditionalGRU DEPTH=deep
49+
env: KERAS_BACKEND=tensorflow TEST_MODE=ConditionalGRU DEPTH=deep DIR=bidir
5050
- python: 2.7
51-
env: KERAS_BACKEND=tensorflow TEST_MODE=ConditionalLSTM DEPTH=deep
51+
env: KERAS_BACKEND=tensorflow TEST_MODE=ConditionalLSTM DEPTH=deep DIR=bidir
5252
- python: 2.7
5353
env: KERAS_BACKEND=tensorflow TEST_MODE=GRU DEPTH=deep DIR=unidir
5454
- python: 2.7
@@ -57,14 +57,7 @@ matrix:
5757
env: KERAS_BACKEND=tensorflow TEST_MODE=ConditionalGRU DEPTH=deep DIR=unidir
5858
- python: 2.7
5959
env: KERAS_BACKEND=tensorflow TEST_MODE=ConditionalLSTM DEPTH=deep DIR=unidir
60-
- python: 2.7
61-
env: KERAS_BACKEND=tensorflow TEST_MODE=GRU DEPTH=deep DIR=bidir
62-
- python: 2.7
63-
env: KERAS_BACKEND=tensorflow TEST_MODE=LSTM DEPTH=deep DIR=bidir
64-
- python: 2.7
65-
env: KERAS_BACKEND=tensorflow TEST_MODE=ConditionalGRU DEPTH=deep DIR=bidir
66-
- python: 2.7
67-
env: KERAS_BACKEND=tensorflow TEST_MODE=ConditionalLSTM DEPTH=deep DIR=bidir
60+
6861
# command to install dependencies
6962
install:
7063
# code below is taken from http://conda.pydata.org/docs/travis.html

0 commit comments

Comments
 (0)