File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ dependencies:
6
6
cache_directories :
7
7
- " ~/scratch"
8
8
- " ~/docker"
9
+
9
10
pre :
10
11
- pip install coverage
11
12
override :
@@ -19,13 +20,13 @@ test:
19
20
override :
20
21
- mkdir -p ${CIRCLE_TEST_REPORTS}/nose
21
22
# 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
23
+ # - docker run -it nipype/testbench fmri_fsl_reuse Linear level1_workflow
24
+ # - docker run -it nipype/testbench fmri_spm_nested Linear level1 l2pipeline
25
+ # - docker run -it nipype/testbench fmri_fsl_feeds Linear l1pipeline
26
+ # - docker run -it nipype/testbench test_spm Linear workflow3d workflow4d:
27
+ # timeout: 1600
28
+ # - docker run -it nipype/testbench fmri_spm_dartel Linear level1 l2pipeline:
29
+ # timeout: 1600
29
30
30
31
# general:
31
32
# artifacts:
You can’t perform that action at this time.
0 commit comments