From fda4dc7fd95cc16e011d0426ccfc1ec7d98bf242 Mon Sep 17 00:00:00 2001 From: Gilles Peskine Date: Thu, 22 Apr 2021 01:18:01 +0200 Subject: [PATCH] Revert "Travis: Windows: install Python 3 and run generate_psa_constants.py" Since PR #3709, programs/psa/psa_constant_names_generated.c is checked into version control, so it is no longer necessary to generate it. This reverts commit b97a04483724452f59deaca8fe8c07172aa9839b. Signed-off-by: Gilles Peskine --- .travis.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9b729ec07..be2e09307 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,16 +36,7 @@ jobs: - name: Windows os: windows - before_install: - - choco install python --version=3.5.4 - env: - # Add the directory where the Choco package goes - - PATH=/c/Python35:/c/Python35/Scripts:$PATH script: - - type python; python --version - - python scripts/generate_psa_constants.py - # Logs appear out of sequence on Windows. Give time to catch up. - - sleep 5 - scripts/windows_msbuild.bat v141 # Visual Studio 2017 after_failure: