Changeset edf0dbd


Ignore:
Timestamp:
Jul 2, 2020, 10:55:11 AM (4 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/cnn, feature/crepe, fix/ffmpeg5, master
Children:
2940671
Parents:
7874cf8
Message:

[ci] comment out windows travis for now, revert previous windows hack

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    r7874cf8 redf0dbd  
    5151      env: WAFOPTS="--with-target-platform=iosimulator --disable-avcodec --disable-sndfile --disable-samplerate" AUBIO_NOTESTS=1
    5252
    53     - name: "Windows (Python 3.8.0, lib only)"
    54       language: shell
    55       os: windows
    56       before_install:
    57         - choco install python --version 3.8.0
    58         - choco install make
    59         - python -m pip install --upgrade pip
    60       env: PATH=/c/Python38:/c/Python38/Scripts:$PATH AUBIO_NOTESTS=1
     53#    - name: "Windows (Python 3.8.0, lib only)"
     54#      language: shell
     55#      os: windows
     56#      before_install:
     57#        - choco install python --version 3.8.0
     58#        - choco install make
     59#        - python -m pip install --upgrade pip
     60#      env: PATH=/c/Python38:/c/Python38/Scripts:$PATH AUBIO_NOTESTS=1
    6161
    6262addons:
     
    105105      bash <(curl -s https://codecov.io/bash)
    106106    fi
    107     if [ "$TRAVIS_OS_NAME" = "windows" ]; then
    108       taskkill //F //PID $(ps -Wla | tr -s ' ' | grep gpg | cut -f2 -d' ')
    109     fi
    110107
    111108notifications:
Note: See TracChangeset for help on using the changeset viewer.