Commit 7b52bdf6 authored by Stefan Behnel's avatar Stefan Behnel

'make test3' target to build with the default python version and run the tests against python3.0

parent cf9b9b59
......@@ -17,3 +17,7 @@ testclean:
test: testclean
${PYTHON} runtests.py
test3: testclean
${PYTHON} runtests.py --no-cleanup
python3.0 runtests.py --no-cython
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