Merge pull request #2891 from glensc/make-nosetests

make path to nosetests executable configurable
pull/4420/head
Michael DeHaan 2013-05-11 11:36:27 -07:00
commit 611705dab4
1 changed files with 3 additions and 1 deletions

View File

@ -59,12 +59,14 @@ ifeq ($(OFFICIAL),)
endif
RPMNVR = "$(NAME)-$(VERSION)-$(RPMRELEASE)$(RPMDIST)"
NOSETESTS := nosetests
########################################################
all: clean python
tests:
PYTHONPATH=./lib nosetests -d -v
PYTHONPATH=./lib $(NOSETESTS) -d -v
# To force a rebuild of the docs run 'touch VERSION && make docs'
docs: $(MANPAGES) modulepages