File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,18 @@ dependencies:
18
18
test :
19
19
override :
20
20
- mkdir -p ${CIRCLE_TEST_REPORTS}/nose
21
+ # Start with shorter tests first, fail early.
22
+ - docker run -it nipype/testbench fmri_fsl_reuse Linear level1_workflow
23
+ - docker run -it nipype/testbench fmri_spm_nested Linear level1 l2pipeline
24
+ - docker run -it nipype/testbench fmri_fsl_feeds Linear l1pipeline
25
+ - docker run -it nipype/testbench test_spm Linear workflow3d workflow4d :
26
+ timeout : 1600
27
+ - docker run -it nipype/testbench fmri_spm_dartel Linear level1 l2pipeline :
28
+ timeout : 1600
21
29
22
- general :
23
- artifacts :
24
- - " doc/_build/html"
25
- - " ~/log.txt"
30
+ # general:
31
+ # artifacts:
32
+ # - "doc/_build/html"
33
+ # - "~/log.txt"
26
34
- " nosetests.xml"
27
35
- " coverage.xml"
You can’t perform that action at this time.
0 commit comments