File tree 4 files changed +16
-16
lines changed
4 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 1
1
[nosetests]
2
2
verbosity=3
3
3
4
+ logging-level=DEBUG
5
+ with-doctest=1
6
+ with-xunit=1
4
7
with-coverage=1
5
8
cover-branches=1
6
9
cover-xml=1
7
- cover-xml-file=./coverage.xml
8
10
cover-min-percentage=50
9
-
10
-
11
- with-xunit=1
Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ dependencies:
19
19
test :
20
20
override :
21
21
- docker run -i -v /etc/localtime:/etc/localtime:ro -v ~/scratch:/scratch -w /scratch --entrypoint="/usr/bin/run_builddocs.sh" nipype/testbench
22
- - docker run -i -v /etc/localtime:/etc/localtime:ro -v ~/scratch:/scratch -w /scratch nipype/testbench test_spm MultiProc /root/examples/ workflow3d workflow4d :
22
+ - docker run -i -v /etc/localtime:/etc/localtime:ro -v ~/scratch:/scratch -w /scratch nipype/testbench test_spm Linear /root/examples/ workflow3d workflow4d :
23
23
timeout : 1600
24
- - docker run -i -v /etc/localtime:/etc/localtime:ro -v ~/scratch:/scratch -w /scratch nipype/testbench fmri_fsl_feeds MultiProc /root/examples/ l1pipeline
25
- - docker run -i -v /etc/localtime:/etc/localtime:ro -v ~/scratch:/scratch -w /scratch nipype/testbench fmri_spm_dartel MultiProc /root/examples/ level1 l2pipeline :
24
+ - docker run -i -v /etc/localtime:/etc/localtime:ro -v ~/scratch:/scratch -w /scratch nipype/testbench fmri_fsl_feeds Linear /root/examples/ l1pipeline
25
+ - docker run -i -v /etc/localtime:/etc/localtime:ro -v ~/scratch:/scratch -w /scratch nipype/testbench fmri_spm_dartel Linear /root/examples/ level1 l2pipeline :
26
26
timeout : 1600
27
- - docker run -i -v /etc/localtime:/etc/localtime:ro -v ~/scratch:/scratch -w /scratch nipype/testbench fmri_fsl_reuse MultiProc /root/examples/ level1_workflow
28
- - docker run -i -v /etc/localtime:/etc/localtime:ro -v ~/scratch:/scratch -w /scratch nipype/testbench fmri_spm_nested MultiProc /root/examples/ level1 l2pipeline
27
+ - docker run -i -v /etc/localtime:/etc/localtime:ro -v ~/scratch:/scratch -w /scratch nipype/testbench fmri_fsl_reuse Linear /root/examples/ level1_workflow
28
+ - docker run -i -v /etc/localtime:/etc/localtime:ro -v ~/scratch:/scratch -w /scratch nipype/testbench fmri_spm_nested Linear /root/examples/ level1 l2pipeline
29
29
- docker run -i -v /etc/localtime:/etc/localtime:ro -v ~/scratch:/scratch -w /scratch --entrypoint="/usr/bin/run_nosetests.sh" nipype/testbench :
30
30
timeout : 2600
31
31
post :
34
34
general :
35
35
artifacts :
36
36
- " ~/docs"
37
- # - "coverage.xml"
38
- # - "doc/_build/html"
39
- # - "~/log.txt"
40
- # - "nosetests.xml"
37
+ - " ~/coverage.xml"
38
+ - " ~/nosetests.xml"
39
+ - " ~/builddocs.log"
Original file line number Diff line number Diff line change 5
5
source activate nipypetests-2.7
6
6
cd /root/src/nipype
7
7
mkdir -p /scratch/nose
8
- nosetests --with-doctest - c /root/src/nipype/.noserc --logging-level=DEBUG --verbosity=3 --xunit- file=" /scratch/nosetests .xml"
8
+ nosetests -c /root/src/nipype/.noserc --xunit-file= " /scratch/nosetests.xml " --cover-xml- file=" /scratch/coverage .xml"
9
9
chmod 777 /scratch/nosetests.xml
10
+ chmod 777 /scratch/coverage.xml
10
11
chmod 777 -R /scratch/nose
Original file line number Diff line number Diff line change 7
7
set -e
8
8
9
9
mkdir -p ${CIRCLE_TEST_REPORTS} /nose
10
- sudo mv ~ /scratch/nosetests.xml ${CIRCLE_TEST_REPORTS} /nose/${CIRCLE_PROJECT_REPONAME} .xml
10
+ sudo cp ~ /scratch/nosetests.xml ${CIRCLE_TEST_REPORTS} /nose/${CIRCLE_PROJECT_REPONAME} .xml
11
+ sudo mv ~ /scratch/coverage.xml ~ /coverage.xml
11
12
mkdir -p ~ /docs
12
13
sudo mv ~ /scratch/docs/* ~ /docs/
13
- sudo mv ~ /scratch/builddocs.log ~ /docs/log.txt
14
+ sudo mv ~ /scratch/builddocs.log ~ /builddocs.log
You can’t perform that action at this time.
0 commit comments