Changeset 98cfdea


Ignore:
Timestamp:
Jul 2, 2020, 9:39:30 AM (4 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/cnn, feature/crepe, fix/ffmpeg5, master
Children:
7874cf8
Parents:
832b6c59
Message:

[ci] remove windows py27 travis configuration, use AUBIO_NOTESTS=1 on win too

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    r832b6c59 r98cfdea  
    5858        - choco install make
    5959        - python -m pip install --upgrade pip
    60       env: PATH=/c/Python38:/c/Python38/Scripts:$PATH
    61       script:
    62         - make test_lib_only_clean
    63     - name: "Windows (Python 2.7.11)"
    64       language: shell
    65       os: windows
    66       before_install:
    67         - choco install vcpython27
    68         - choco install make
    69         - python -m pip install --upgrade pip
    70       env: PATH=/c/Python27:/c/Python27/Scripts:$PATH
    71       script:
    72         - make test_python_only_clean
     60      env: PATH=/c/Python38:/c/Python38/Scripts:$PATH AUBIO_NOTESTS=1
    7361
    7462addons:
Note: See TracChangeset for help on using the changeset viewer.