Skip to content

Commit d4ef768

Browse files
committed
Update circle.yml #1538
1 parent 5df2295 commit d4ef768

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

circle.yml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,18 @@ dependencies:
1818
test:
1919
override:
2020
- 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
2129

22-
general:
23-
artifacts:
24-
- "doc/_build/html"
25-
- "~/log.txt"
30+
# general:
31+
# artifacts:
32+
# - "doc/_build/html"
33+
# - "~/log.txt"
2634
- "nosetests.xml"
2735
- "coverage.xml"

0 commit comments

Comments
 (0)