Skip to content

Commit 7459933

Browse files
committed
Add rnnrbm to the travis-ci tests.
1 parent ffca75a commit 7459933

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ install:
2323
- "sudo pip install --no-deps git+git://github.com/Theano/Theano.git"
2424

2525
env:
26-
- PART="test.py:test_logistic_sgd test.py:test_logistic_cg test.py:test_mlp"
27-
- PART="test.py:test_convolutional_mlp test.py:test_dA"
26+
- PART="test.py:test_logistic_sgd test.py:test_logistic_cg test.py:test_mlp test.py:test_convolutional_mlp test.py:test_dA"
2827
- PART="test.py:test_SdA"
2928
- PART="test.py:test_dbn"
3029
- PART="test.py:test_rbm"
30+
- PART="test.py:test_rnnrbm"
3131
- PART="-e test.py"
3232

3333
#569.882s #9 code.test.test_rbm OK

0 commit comments

Comments
 (0)