mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-09-03 20:52:55 -05:00
Announce used Python version when running tests.
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user