From: Stefan Behnel Date: Wed, 28 Jul 2010 08:17:05 +0000 (+0200) Subject: removed 'test3' make target - 'make PYTHON=python3 test' now works out of the box... X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=11364a9d3bc8f9813d8dc1ad0bc0e85f051fc0a7;p=cython.git removed 'test3' make target - 'make PYTHON=python3 test' now works out of the box with Python 3 --- 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