summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-11-06 09:12:51 +0100
committerGeorg Brandl <georg@python.org>2014-11-06 09:12:51 +0100
commita281bb40c09fd483b5ee25778cc91dc01b37f0f1 (patch)
tree33ba6c56c05420689c6abf5193f49ae0e91705f2
parent8192aafb386f514b43d7d0a9c7e7ef0fcf38aa61 (diff)
downloadsphinx-a281bb40c09fd483b5ee25778cc91dc01b37f0f1.tar.gz
Announce used Python version when running tests.
-rwxr-xr-xtests/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run.py b/tests/run.py
index e143ac15..95308212 100755
--- a/tests/run.py
+++ b/tests/run.py
@@ -44,7 +44,7 @@ if tempdir.exists():
tempdir.rmtree()
tempdir.makedirs()
-print('Running Sphinx test suite...')
+print('Running Sphinx test suite (with Python %s)...' % sys.version.split()[0])
sys.stdout.flush()
import nose