Changed tests/run.py so that it's possible to run the testsuite on python3 more easiely

This commit is contained in:
Daniel Neuhäuser
2010-05-09 00:38:16 +02:00
parent 420adbce2f
commit bcbce5955f
2 changed files with 13 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
PYTHON ?= python -3
PYTHON ?= python3
export PYTHONPATH = $(shell echo "$$PYTHONPATH"):./sphinx