Skip to content
Snippets Groups Projects
Commit fddb62ea authored by Kevin Bullock's avatar Kevin Bullock
Browse files

tests: use $PYTHON to run doctests

parent bafa4c3b
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@
all: help
tests:
python -m doctest hggit/*.py contrib/*.py
$(PYTHON) -m doctest hggit/*.py contrib/*.py
cd tests && $(PYTHON) run-tests.py --with-hg=`which hg` $(TESTFLAGS)
test-%:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment