more info about python and python3
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
diff --git a/.travis.yml b/.travis.yml
index ef1ac9f..f1c5595 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,9 +11,10 @@
- choco install python3
script:
- export
- - PATH=$PATH:/c/ProgramData/chocolatey/bin
- - (IFS=:; for x in $PATH; do ls -l $x; done)
- - python3 scripts/generate_psa_constants.py
+ - (IFS=:; for x in $PATH; do echo "$x"; ls -l "$x"; echo; done)
+ - type python; python --version
+ - type python3; python3 --version
+ - python scripts/generate_psa_constants.py
- scripts/windows_msbuild.bat v141 # Visual Studio 2017
after_failure: