Search nosetest script in PATH.

This commit is contained in:
Bastian Kleineidam 2011-04-25 14:33:21 +02:00
parent 5c82ede3b8
commit cd8531b53e

View file

@ -189,7 +189,7 @@ sign_distfiles:
.PHONY: test
test: localbuild
$(PYTHON) /usr/bin/nosetests -v -m "^test_.*" $(TESTOPTS) $(TESTS)
$(PYTHON) $(shell which nosetests) -v -m "^test_.*" $(TESTOPTS) $(TESTS)
.PHONY: pyflakes
pyflakes: