From ca0f5646a11e77330419a088233ea8bd4fa745ee Mon Sep 17 00:00:00 2001 From: Kyle Date: Mon, 21 Dec 2020 14:43:56 +0800 Subject: [PATCH] Update .travis.yml --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index be1e5a5..bddf03e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,9 +26,9 @@ jobs: - "./build.sh" - name: Windows os: windows - python: 3.8 + python: 3 env: - - PATH=/c/Python38:/c/Python38/Scripts:${PATH} + - PATH=/c/Python37:/c/Python37/Scripts:${PATH} before_script: - choco install -y visualstudio2019buildtools python3 --package-parameters "--add Microsoft.VisualStudio.Component.VC.Tools.x86.x64";