From: Paul Brossier Date: Wed, 1 Jul 2020 21:30:23 +0000 (+0200) Subject: [ci] use choco to install py3.8 on travis, only upgrade pip there X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=a115a3ae49aa64d9ce63f095426fc9474ba5a112;p=aubio.git [ci] use choco to install py3.8 on travis, only upgrade pip there --- 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