Skip to content

Commit 4271d5d

Browse files
committed
make exactly 5 part as travis-ci run only 5 jobs in parallel.
1 parent 4291077 commit 4271d5d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ env:
2626
- PART="test.py:test_logistic_sgd test.py:test_logistic_cg test.py:test_mlp test.py:test_convolutional_mlp test.py:test_dA"
2727
- PART="test.py:test_SdA"
2828
- PART="test.py:test_dbn"
29-
- PART="test.py:test_rbm"
30-
- PART="test.py:test_rnnrbm"
29+
- PART="test.py:test_rbm test.py:test_rnnrbm"
3130
- PART="-e test.py"
3231

3332
#i7-2600K CPU @ 3.40GHz

0 commit comments

Comments
 (0)