From 7b52bdf6f0c2bacd92ee5396b53fffdcceb511fb Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Fri, 16 May 2008 20:30:13 +0200 Subject: [PATCH] 'make test3' target to build with the default python version and run the tests against python3.0 --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 73a57dd4..81aa68b4 100644 --- a/Makefile +++ b/Makefile @@ -17,3 +17,7 @@ testclean: test: testclean ${PYTHON} runtests.py + +test3: testclean + ${PYTHON} runtests.py --no-cleanup + python3.0 runtests.py --no-cython -- 2.26.2