From 11364a9d3bc8f9813d8dc1ad0bc0e85f051fc0a7 Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Wed, 28 Jul 2010 10:17:05 +0200 Subject: [PATCH] removed 'test3' make target - 'make PYTHON=python3 test' now works out of the box with Python 3 --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index 3b0d3cf6..c0b74e7b 100644 --- a/Makefile +++ b/Makefile @@ -38,9 +38,5 @@ testclean: test: testclean ${PYTHON} runtests.py -vv -test3: testclean - ${PYTHON} runtests.py --no-cleanup - python3.0 runtests.py -vv --no-cython - s5: $(MAKE) -C Doc/s5 slides -- 2.26.2