Changeset 40aaf72


Ignore:
Timestamp:
Jul 2, 2020, 1:04:27 AM (4 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/cnn, feature/crepe, fix/ffmpeg5, master
Children:
16581da
Parents:
666a5e5
Message:

[ci] update travis configuration names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    r666a5e5 r40aaf72  
    33matrix:
    44  include:
    5     - name: "Linux Python 3.8"
     5    - name: "Linux (Python 3.8)"
    66      python: 3.8
    77      os: linux
    8     - name: "Linux Python 3.6"
     8    - name: "Linux (Python 3.6)"
    99      python: 3.6
    1010      os: linux
    1111      env: WAFOPTS="--build-type=debug"
    12     - name: "Linux Python 2.7"
     12    - name: "Linux (Python 2.7)"
    1313      python: 2.7
    1414      os: linux
    15     - name: "Linux Python pypy3.5"
     15    - name: "Linux (Python pypy3.5)"
    1616      language: python
    1717      python: "pypy3.5"
     
    4949      env: WAFOPTS="--with-target-platform=iosimulator --disable-avcodec --disable-sndfile --disable-samplerate" AUBIO_NOTESTS=1
    5050
    51     - name: "Python 3.8.0 on windows"
     51    - name: "Windows (Python 3.8.0)"
    5252      language: shell
    5353      os: windows
Note: See TracChangeset for help on using the changeset viewer.