Skip to content

Commit

Permalink
CI: label our python versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
nmathewson committed Aug 11, 2020
1 parent 9eb316d commit adb7268
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/ci/ci-driver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,9 @@ fi
# Tell the user about our versions of different tools and packages.

uname -a
printf "python: "
python -V || echo "no 'python' binary."
printf "python3: "
python3 -V || echo "no 'python3' binary."

show_git_version Tor "${CI_SRCDIR}"
Expand Down

0 comments on commit adb7268

Please sign in to comment.