Skip to content

Commit 4616737

Browse files
committed
split the travis tests into part.
1 parent eb315c6 commit 4616737

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

.travis.yml

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,25 @@ install:
1818
#If we don't install numpy before SciPy 0.10.1, the SciPy installations fails.
1919
# - "pip install -q scipy --use-mirrors"
2020
- "pip install --no-deps git+git://github.com/Theano/Theano.git"
21+
env:
22+
- PART="test.py:test_logistic_sgd test.py:test_logistic_cg test.py:test_mlp"
23+
- PART="test.py:test_convolutional_mlp test.py:test_dA"
24+
- PART="test.py:test_SdA"
25+
- PART="test.py:test_dbn"
26+
- PART="test.py:test_rbm"
27+
- PART="-e test.py"
28+
29+
#569.882s #10 code.test.test_rbm OK
30+
#298.992s #9 code.test.test_dbn OK
31+
#268.901s #8 code.test.test_SdA OK
32+
#67.292s #7 code.test.test_dA OK
33+
#27.485s #5 code.test.test_mlp OK
34+
#26.204s #6 code.test.test_convolutional_mlp OK
35+
#14.676s #4 code.test.test_logistic_cg OK
36+
#10.66s #3 code.test.test_logistic_sgd OK
37+
#5.795s #1 code.mcrbm.test_hmc.test_hmc OK
38+
#0.0s #2 code.mcrbm.test_mcrbm.test_reproduce_ranzato_hinton_2010 FAILED TEST
39+
2140
script:
2241
- cd data
2342
- ./download.sh
@@ -27,5 +46,5 @@ script:
2746
- ls
2847
- export THEANO_FLAGS=warn.ignore_bug_before=all,on_opt_error=raise,on_shape_error=raise
2948
- python --version
30-
- nosetests test.py
49+
- nosetests $PART
3150

0 commit comments

Comments
 (0)