From 5edd1fcad8198f094edd63fa4c31e183695de5ef Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Thu, 6 Nov 2014 09:12:51 +0100 Subject: [PATCH] Announce used Python version when running tests. --- tests/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/run.py b/tests/run.py index e143ac15fe..95308212b1 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