Skip to content

Commit

Permalink
integration test: log python version info
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonish committed Dec 21, 2018
1 parent 413051a commit 900f886
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration_tests.py
Expand Up @@ -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.
Expand Down

0 comments on commit 900f886

Please sign in to comment.