Changeset a115a3a


Ignore:
Timestamp:
Jul 1, 2020, 11:30:23 PM (4 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/cnn, feature/crepe, fix/ffmpeg5, master
Children:
89003a8
Parents:
5e47483
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    r5e47483 ra115a3a  
    4848      language: shell
    4949      os: windows
     50      before_install:
     51        - choco install python --version 3.8.0
     52        - python -m pip install --upgrade pip
    5053
    5154# use trusty
     
    7780
    7881install:
    79   - python -m pip install --upgrade pip
    8082  - travis_retry make getwaf expandwaf deps_python
    8183  - which pip
Note: See TracChangeset for help on using the changeset viewer.