Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,17 @@ inplace:

test-code: in
$(NOSETESTS) -s nipype --with-doctest
stty sane

test-doc:
$(NOSETESTS) -s --with-doctest --doctest-tests --doctest-extension=rst \
--doctest-fixtures=_fixture doc/
stty sane

test-coverage:
$(NOSETESTS) -s --with-doctest --with-coverage --cover-html --cover-html-dir=coverage \
--cover-package=nipype nipype
stty sane

test: test-code

6 changes: 1 addition & 5 deletions doc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ help:
"items (ChangeLog)"
@echo " linkcheck check all external links for integrity"
@echo " doctest run all doctests embedded in the documentation"
@echo " sf_cburns copy html files to sourceforge (cburns only)"
@echo " sf_satra copy html files to sourceforge (satra only)"

clean:
Expand All @@ -43,6 +42,7 @@ api:

html: examples2rst api htmlonly
@echo "Build HTML and API finished."
stty sane

examples2rst:
python ../tools/ex2rst \
Expand Down Expand Up @@ -104,10 +104,6 @@ gitwash-update:
# Sourceforge doesn't appear to have a way of copying the files
# without specifying a username. So we'll probably have one target
# for each project admin
sf_cburns:
@echo "Copying html files to sourceforge..."
scp -r _build/html/* cburns,nipy@web.sourceforge.net:htdocs/nipype/

sf_satra_nightly: html
@echo "Copying html files to sourceforge..."
scp -r _build/html/* satra,nipy@web.sourceforge.net:htdocs/nipype-nightly/
Expand Down
11 changes: 0 additions & 11 deletions nipype/interfaces/fsl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,3 @@
ApplyMask, IsotropicSmooth, TemporalFilter,
DilateImage, ErodeImage, SpatialFilter,
UnaryMaths, BinaryMaths, MultiImageMaths)

import nose


def setup():
print 'test setup'
if no_fsl():
raise nose.SkipTest

def teardown():
print 'test teardown'