File tree 1 file changed +5
-12
lines changed
1 file changed +5
-12
lines changed Original file line number Diff line number Diff line change @@ -42,13 +42,13 @@ matrix:
42
42
- python : 2.7
43
43
env : KERAS_BACKEND=tensorflow TEST_MODE=ConditionalLSTM DEPTH=shallow
44
44
- 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
46
46
- 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
48
48
- 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
50
50
- 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
52
52
- python : 2.7
53
53
env : KERAS_BACKEND=tensorflow TEST_MODE=GRU DEPTH=deep DIR=unidir
54
54
- python : 2.7
@@ -57,14 +57,7 @@ matrix:
57
57
env : KERAS_BACKEND=tensorflow TEST_MODE=ConditionalGRU DEPTH=deep DIR=unidir
58
58
- python : 2.7
59
59
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
+
68
61
# command to install dependencies
69
62
install :
70
63
# code below is taken from http://conda.pydata.org/docs/travis.html
You can’t perform that action at this time.
0 commit comments