Announce used Python version when running tests.

This commit is contained in:
Georg Brandl
2014-11-06 09:12:51 +01:00
parent e6fa449e85
commit 5edd1fcad8
+1 -1
View File
@@ -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