diff --git a/tests/integration_tests.py b/tests/integration_tests.py index 0c61e62d..8158ae4f 100755 --- a/tests/integration_tests.py +++ b/tests/integration_tests.py @@ -15,6 +15,7 @@ def delete(path): os.unlink(path) print("Python executable: %s" % sys.executable) +print("Python version: %s" % str(sys.version)) print("Current directory: %s" % os.getcwd()) # Override the default source index URL to avoid hitting the network.