Skip to content

Commit 86969d0

Browse files
committed
run tests in source folder, remove test isolation
1 parent b206268 commit 86969d0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

circle.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ dependencies:
2121
- 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
2222
test:
2323
override:
24-
- . /usr/share/fsl/5.0/etc/fslconf/fsl.sh && nosetests --processes=1 --process-restartworker --process-timeout=2600 --with-doctest nipype --logging-level=DEBUG --verbosity=3:
25-
pwd: ../examples
24+
- . /usr/share/fsl/5.0/etc/fslconf/fsl.sh && nosetests --with-doctest --logging-level=DEBUG --verbosity=3:
2625
environment:
2726
SPMMCRCMD: "$HOME/spm12/run_spm12.sh $HOME/mcr/v85/ script"
2827
FORCE_SPMMCR: 1

0 commit comments

Comments
 (0)