From 797c220daf7c1cdf2842afcce991884646896770 Mon Sep 17 00:00:00 2001 From: Kyle Date: Tue, 22 Dec 2020 21:32:34 +0800 Subject: [PATCH] setup tools --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index e7ff9dd..171f96b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,14 +26,13 @@ jobs: - "./build.sh" - name: Windows os: windows - python: 3.7 + python: 3 env: - - PATH=/c/Python37:/c/Python37/Scripts:${PATH} + - PATH=/c/Python39:/c/Python39/Scripts:${PATH} before_script: - choco install -y visualstudio2019buildtools python3 --package-parameters "--add Microsoft.VisualStudio.Component.VC.Tools.x86.x64"; - - curl https://bootstrap.pypa.io/ez_setup.py -o ez_setup.py - - python ez_setup.py + - pip install -U pip setuptools - | pushd ${DEPS_DIR}/ambuild python setup.py install