From 900f886dfb71ccdbb37f1ac9f22e370b0d287e75 Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Fri, 21 Dec 2018 08:44:22 -0600 Subject: [PATCH] integration test: log python version info --- tests/integration_tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/integration_tests.py b/tests/integration_tests.py index 0c61e62..8158ae4 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. -- 2.47.3