]> gitweb.michael.orlitzky.com - dunshire.git/blobdiff - makefile
Add some more docs for the player[12]_start() methods.
[dunshire.git] / makefile
index 8eb2751b3992a0fb059137803ca977e2c62ad7ce..49c43cea3c4312898d0f87c8e63ca22c1b2eeee3 100644 (file)
--- a/makefile
+++ b/makefile
@@ -16,6 +16,10 @@ doctest:
 check:
        PYTHONPATH="." test/__main__.py
 
+.PHONY: checkloop
+checkloop:
+       PYTHONPATH="." test/__main__.py --no-doctests --loop
+
 .PHONY: lint
 lint:
        pylint --rcfile=./.pylintrc $(SRCS)