summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDasIch <dasdasich@gmail.com>2010-05-09 00:38:16 +0200
committerDasIch <dasdasich@gmail.com>2010-05-09 00:38:16 +0200
commitdd8aac39ece4a01f64ad2f146751ddba2b07035e (patch)
tree723ed0d61353cdb25f6ddc65155e85fc4be3e32f /Makefile
parent1c968e303f920e0f6e39153c7a1f0e2048b2a64d (diff)
downloadsphinx-dd8aac39ece4a01f64ad2f146751ddba2b07035e.tar.gz
Changed tests/run.py so that it's possible to run the testsuite on python3 more easiely
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 682f0366..593c7ad4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-PYTHON ?= python -3
+PYTHON ?= python3
export PYTHONPATH = $(shell echo "$$PYTHONPATH"):./sphinx