diff --git a/.travis.yml b/.travis.yml index bcd505b..bbe29c1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,6 +32,7 @@ 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 - - | pushd ${DEPS_DIR}/ambuild python setup.py install