Skip to content

Commit e9fc9c3

Browse files
committed
Add test_lstm in travis
1 parent e9711aa commit e9fc9c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ install:
2121

2222
env:
2323
- PART="test.py:test_logistic_sgd test.py:test_logistic_cg test.py:test_mlp test.py:test_convolutional_mlp test.py:test_dA"
24-
- PART="test.py:test_SdA"
24+
- PART="test.py:test_SdA test.py:test_lstm"
2525
- PART="test.py:test_dbn"
2626
- PART="test.py:test_rbm test.py:test_rnnrbm"
2727
- PART="-e test.py"

0 commit comments

Comments
 (0)