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 3
3
# rsync -e ssh nipype-0.1-py2.5.egg cburns,[email protected] :/home/frs/project/n/ni/nipy/nipype/nipype-0.1/
4
4
5
5
PYTHON ?= python
6
- NOSETESTS ?= nosetests
6
+ NOSETESTS = ` which nosetests`
7
7
8
8
.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
9
9
@@ -56,7 +56,7 @@ inplace:
56
56
$(PYTHON ) setup.py build_ext -i
57
57
58
58
test-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
60
60
61
61
test-doc :
62
62
$(NOSETESTS ) -s --with-doctest --with-doctest-ignore-unicode --doctest-tests --doctest-extension=rst \
@@ -66,7 +66,8 @@ test-coverage: clean-tests in
66
66
$(NOSETESTS ) -s --with-doctest --with-doctest-ignore-unicode --with-coverage --cover-package=nipype \
67
67
--config=.coveragerc
68
68
69
- test : clean test-code
69
+ test : tests # just another name
70
+ tests : clean test-code
70
71
71
72
html :
72
73
@echo " building docs"
You can’t perform that action at this time.
0 commit comments