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