From: Ɓukasz Langa Date: Thu, 19 Apr 2018 05:29:01 +0000 (-0700) Subject: Print exact Python version with build date X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/c984042ad2b37bbd10f834730b794b1cb8e0819d Print exact Python version with build date --- diff --git a/.travis_py37_workaround.sh b/.travis_py37_workaround.sh index 8db36bb..3ad00cd 100644 --- a/.travis_py37_workaround.sh +++ b/.travis_py37_workaround.sh @@ -10,3 +10,7 @@ source ~/virtualenv/python3.7-deadsnakes/bin/activate echo "We ensure our own pip." curl -sSL https://bootstrap.pypa.io/get-pip.py | python3.7 + +echo +echo "Python version:" +python3.7 -c "import sys; print(sys.version)"