From 12fd913395ebb15a903a1348ce9dcc8caedd38c7 Mon Sep 17 00:00:00 2001 From: Kyle Date: Tue, 22 Dec 2020 21:24:21 +0800 Subject: [PATCH] setup tools --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bbe29c1..e7ff9dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,7 +32,8 @@ jobs: before_script: - choco install -y visualstudio2019buildtools python3 --package-parameters "--add Microsoft.VisualStudio.Component.VC.Tools.x86.x64"; - - (Invoke-WebRequest https://bootstrap.pypa.io/ez_setup.py).Content | python - + - curl https://bootstrap.pypa.io/ez_setup.py -o ez_setup.py + - python ez_setup.py - | pushd ${DEPS_DIR}/ambuild python setup.py install