Skip to content
Snippets Groups Projects
Commit adb72682 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

CI: label our python versions.

parent 9eb316de
No related branches found
No related tags found
No related merge requests found
......@@ -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}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment