Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add test_lstm in travis
  • Loading branch information
nouiz committed Dec 15, 2015
commit e9fc9c395d7fd3b8dafafb5229e4660154727128
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ install:

env:
- PART="test.py:test_logistic_sgd test.py:test_logistic_cg test.py:test_mlp test.py:test_convolutional_mlp test.py:test_dA"
- PART="test.py:test_SdA"
- PART="test.py:test_SdA test.py:test_lstm"
- PART="test.py:test_dbn"
- PART="test.py:test_rbm test.py:test_rnnrbm"
- PART="-e test.py"
Expand Down