Skip to content

Commit d6cad6f

Browse files
committed
added debug statement
1 parent ae6927f commit d6cad6f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

circle.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ dependencies:
2222
- mkdir ~/.nipype && echo "[logging]" > ~/.nipype/nipype.cfg && echo "workflow_level = DEBUG" >> ~/.nipype/nipype.cfg && echo "interface_level = DEBUG" >> ~/.nipype/nipype.cfg && echo "filemanip_level = DEBUG" >> ~/.nipype/nipype.cfg
2323
test:
2424
override:
25+
- . /usr/share/fsl/5.0/etc/fslconf/fsl.sh && python -c "from nipype.interfaces.fsl.base import Info, no_fsl, no_fsl_course_data; print no_fsl(); print no_fsl_course_data(); print Info.version(); import os; print os.path.abspath('.')":
26+
pwd: ../examples
27+
environment:
28+
SPMMCRCMD: "$HOME/spm12/run_spm12.sh $HOME/mcr/v85/ script"
29+
FORCE_SPMMCR: 1
30+
timeout: 1600
2531
- . /usr/share/fsl/5.0/etc/fslconf/fsl.sh && nosetests --with-doctest $HOME/nipype/ --exclude=external --exclude=testing:
2632
pwd: ../examples
2733
environment:

0 commit comments

Comments
 (0)