diff --git a/Makefile b/Makefile index ed59a007..30ec66c5 100644 --- a/Makefile +++ b/Makefile @@ -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: