shithub: aubio

Download patch

ref: a115a3ae49aa64d9ce63f095426fc9474ba5a112
parent: 5e47483821dc25346d6cc69c9e8cd2886eeaf616
author: Paul Brossier <piem@piem.org>
date: Wed Jul 1 19:30:23 EDT 2020

[ci] use choco to install py3.8 on travis, only upgrade pip there

--- a/.travis.yml
+++ b/.travis.yml
@@ -47,6 +47,9 @@
     - 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 @@
     update: true
 
 install:
-  - python -m pip install --upgrade pip
   - travis_retry make getwaf expandwaf deps_python
   - which pip
   - pip --version