Merge pull request #2891 from glensc/make-nosetests

make path to nosetests executable configurable
pull/2894/merge
Michael DeHaan 11 years ago
commit 611705dab4

@ -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

Loading…
Cancel
Save