diff --git a/dist/tools/ci/print_toolchain_versions.sh b/dist/tools/ci/print_toolchain_versions.sh
index dbb0993ad9e54d19f2348f0db718cee24bee7aa4..b3587ed408f6794c1e7160d04d4ef5bc21228bcb 100755
--- a/dist/tools/ci/print_toolchain_versions.sh
+++ b/dist/tools/ci/print_toolchain_versions.sh
@@ -72,7 +72,7 @@ printf "%23s: %s\n" "avr-libc" "$(avr_libc_version avr-gcc)"
 printf "\n"
 printf "%s\n" "Installed development tools"
 printf "%s\n" "---------------------------"
-for c in cmake cppcheck doxygen flake8 git; do
+for c in cmake cppcheck doxygen flake8 git openocd python python2 python3; do
     printf "%23s: %s\n" "$c" "$(get_cmd_version $c)"
 done
 printf "%23s: %s\n" "coccinelle" "$(get_cmd_version spatch)"