Skip to content

Commit 87b804b

Browse files
committed
fixed identation
1 parent 1936818 commit 87b804b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

circle.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ dependencies:
2323
test:
2424
override:
2525
- . /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
3131
- set -o pipefail && cd doc && make html 2>&1 | tee ~/log.txt
3232
- cat ~/log.txt && if grep -q "ERROR" ~/log.txt; then false; else true; fi
3333
- . /usr/share/fsl/5.0/etc/fslconf/fsl.sh && python ~/nipype/tools/run_examples.py fmri_fsl_feeds Linear l1pipeline:

0 commit comments

Comments
 (0)