Skip to content

Commit

Permalink
Print exact Python version with build date
Browse files Browse the repository at this point in the history
  • Loading branch information
ambv committed Apr 19, 2018
1 parent e00e3d5 commit c984042
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis_py37_workaround.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)"

0 comments on commit c984042

Please sign in to comment.