File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 33# rsync -e ssh nipype-0.1-py2.5.egg cburns,nipy@frs.sourceforge.net:/home/frs/project/n/ni/nipy/nipype/nipype-0.1/
44
55PYTHON ?= python
6- NOSETESTS ?= nosetests
6+ NOSETESTS = ` which nosetests`
77
88.PHONY : zipdoc sdist egg upload_to_pypi trailing-spaces clean-pyc clean-so clean-build clean-ctags clean in inplace test-code test-doc test-coverage test html specs check-before-commit check
99
@@ -56,7 +56,7 @@ inplace:
5656 $(PYTHON ) setup.py build_ext -i
5757
5858test-code : in
59- $(NOSETESTS ) -s nipype -- with-doctest --with-doctest-ignore-unicode
59+ python -W once:FSL:UserWarning:nipype $(NOSETESTS ) -- with-doctest --with-doctest-ignore-unicode --logging-level=DEBUG --verbosity=3 nipype
6060
6161test-doc :
6262 $(NOSETESTS ) -s --with-doctest --with-doctest-ignore-unicode --doctest-tests --doctest-extension=rst \
@@ -66,7 +66,8 @@ test-coverage: clean-tests in
6666 $(NOSETESTS ) -s --with-doctest --with-doctest-ignore-unicode --with-coverage --cover-package=nipype \
6767 --config=.coveragerc
6868
69- test : clean test-code
69+ test : tests # just another name
70+ tests : clean test-code
7071
7172html :
7273 @echo " building docs"
You can’t perform that action at this time.
0 commit comments