Changeset 16581da


Ignore:
Timestamp:
Jul 2, 2020, 1:31:12 AM (4 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/cnn, feature/crepe, fix/ffmpeg5, master
Children:
3194ca04
Parents:
40aaf72
Message:

[ci] add windows py27 configuration for travis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    r40aaf72 r16581da  
    4949      env: WAFOPTS="--with-target-platform=iosimulator --disable-avcodec --disable-sndfile --disable-samplerate" AUBIO_NOTESTS=1
    5050
    51     - name: "Windows (Python 3.8.0)"
     51    - name: "Windows (Python 3.8.0, lib only)"
    5252      language: shell
    5353      os: windows
     
    5959      script:
    6060        - make test_lib_only_clean
     61    - name: "Windows (Python 2.7.11)"
     62      language: shell
     63      os: windows
     64      before_install:
     65        - choco install python --version 2.7.11
     66        - choco install make
     67        - python -m pip install --upgrade pip
     68      env: PATH=/c/Python27:/c/Python27/Scripts:$PATH
     69      script:
    6170        - make test_python_only_clean
    6271
Note: See TracChangeset for help on using the changeset viewer.