From a115a3ae49aa64d9ce63f095426fc9474ba5a112 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Wed, 1 Jul 2020 23:30:23 +0200 Subject: [PATCH] [ci] use choco to install py3.8 on travis, only upgrade pip there --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9901fb70..3b18535b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -47,6 +47,9 @@ matrix: - name: "Python 3.8.0 on windows" language: shell os: windows + before_install: + - choco install python --version 3.8.0 + - python -m pip install --upgrade pip # use trusty dist: trusty @@ -76,7 +79,6 @@ addons: update: true install: - - python -m pip install --upgrade pip - travis_retry make getwaf expandwaf deps_python - which pip - pip --version -- 2.11.0