Commit 11364a9d authored by Stefan Behnel's avatar Stefan Behnel

removed 'test3' make target - 'make PYTHON=python3 test' now works out of the box with Python 3

parent 96957116
......@@ -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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment