Changeset 40aaf72
- Timestamp:
- Jul 2, 2020, 1:04:27 AM (5 years ago)
- Branches:
- feature/cnn, feature/crepe, fix/ffmpeg5, master
- Children:
- 16581da
- Parents:
- 666a5e5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.travis.yml
r666a5e5 r40aaf72 3 3 matrix: 4 4 include: 5 - name: "Linux Python 3.8"5 - name: "Linux (Python 3.8)" 6 6 python: 3.8 7 7 os: linux 8 - name: "Linux Python 3.6"8 - name: "Linux (Python 3.6)" 9 9 python: 3.6 10 10 os: linux 11 11 env: WAFOPTS="--build-type=debug" 12 - name: "Linux Python 2.7"12 - name: "Linux (Python 2.7)" 13 13 python: 2.7 14 14 os: linux 15 - name: "Linux Python pypy3.5"15 - name: "Linux (Python pypy3.5)" 16 16 language: python 17 17 python: "pypy3.5" … … 49 49 env: WAFOPTS="--with-target-platform=iosimulator --disable-avcodec --disable-sndfile --disable-samplerate" AUBIO_NOTESTS=1 50 50 51 - name: " Python 3.8.0 on windows"51 - name: "Windows (Python 3.8.0)" 52 52 language: shell 53 53 os: windows
Note: See TracChangeset
for help on using the changeset viewer.