From 96b946b3d450895a3d50caa76a58b507d4cbe63f Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Sun, 26 Apr 2020 19:59:59 +0200 Subject: [PATCH] Where's python? Signed-off-by: Gilles Peskine --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index f1c55953d..e768510c7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,6 +14,8 @@ jobs: - (IFS=:; for x in $PATH; do echo "$x"; ls -l "$x"; echo; done) - type python; python --version - type python3; python3 --version + - ls -l /c + - ls -l /c/[Pp]ython* - python scripts/generate_psa_constants.py - scripts/windows_msbuild.bat v141 # Visual Studio 2017