File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,11 @@ dependencies:
19
19
- sudo apt-get update -y; sudo apt-get install -y fsl-core fsl-atlases
20
20
- bash ~/nipype/tools/install_spm_mcr.sh
21
21
- 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
22
+ - curl http://www.jpm4j.org/install/script | sh
23
+ - jpm install com.codacy:codacy-coverage-reporter
22
24
test :
23
25
override :
24
- - . /usr/share/fsl/5.0/etc/fslconf/fsl.sh && nosetests --with-doctest --logging-level=DEBUG --verbosity=3 :
26
+ - . /usr/share/fsl/5.0/etc/fslconf/fsl.sh && nosetests --with-doctest --logging-level=DEBUG --verbosity=3 --with-cov --cov nipype --cover-xml-file=coverage.xml :
25
27
environment :
26
28
SPMMCRCMD : " $HOME/spm12/run_spm12.sh $HOME/mcr/v85/ script"
27
29
FORCE_SPMMCR : 1
You can’t perform that action at this time.
0 commit comments