File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ dependencies:
23
23
test :
24
24
override :
25
25
- . /usr/share/fsl/5.0/etc/fslconf/fsl.sh && nosetests --with-doctest $HOME/nipype/ --exclude=external --exclude=testing :
26
- pwd : ../examples
27
- environment :
28
- SPMMCRCMD : " $HOME/spm12/run_spm12.sh $HOME/mcr/v85/ script"
29
- FORCE_SPMMCR : 1
30
- timeout : 1600
26
+ pwd : ../examples
27
+ environment :
28
+ SPMMCRCMD : " $HOME/spm12/run_spm12.sh $HOME/mcr/v85/ script"
29
+ FORCE_SPMMCR : 1
30
+ timeout : 1600
31
31
- set -o pipefail && cd doc && make html 2>&1 | tee ~/log.txt
32
32
- cat ~/log.txt && if grep -q "ERROR" ~/log.txt; then false; else true; fi
33
33
- . /usr/share/fsl/5.0/etc/fslconf/fsl.sh && python ~/nipype/tools/run_examples.py fmri_fsl_feeds Linear l1pipeline :
You can’t perform that action at this time.
0 commit comments