From 8126a94f498f30520ddb043468cc61f508e624f5 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Sun, 26 Apr 2020 20:11:53 +0200 Subject: [PATCH] found python Signed-off-by: Gilles Peskine --- .travis.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index e768510c7..2af1e9189 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,15 +8,11 @@ jobs: - name: Windows os: windows before_install: - - choco install python3 + - choco install python --version=3.5.4 + env: + - PATH=/c/Python35:/c/Python35/Scripts:$PATH script: - - export - - (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 + - python3 scripts/generate_psa_constants.py - scripts/windows_msbuild.bat v141 # Visual Studio 2017 after_failure: