Changeset 131d1eb for .travis.yml
- Timestamp:
- Dec 21, 2018, 8:06:09 PM (6 years ago)
- Branches:
- feature/autosink, feature/cnn, feature/crepe, fix/ffmpeg5, master
- Children:
- 1c565c0, 59109e9
- Parents:
- 4ed1e47 (diff), a280ed1 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.travis.yml
r4ed1e47 r131d1eb 3 3 matrix: 4 4 include: 5 - python: 3. 55 - python: 3.6 6 6 os: linux 7 7 compiler: gcc 8 - python: 3. 48 - python: 3.5 9 9 os: linux 10 10 compiler: gcc … … 12 12 os: linux 13 13 compiler: gcc 14 - python: "pypy "14 - python: "pypy3.5" 15 15 os: linux 16 16 compiler: gcc 17 17 env: CFLAGS="-Os" WAFOPTS="--disable-avcodec" 18 - python: 3. 518 - python: 3.6 19 19 os: linux 20 20 compiler: gcc 21 21 env: CFLAGS="-Os" WAFOPTS="--disable-samplerate" 22 - python: 3. 422 - python: 3.5 23 23 os: linux 24 24 compiler: gcc
Note: See TracChangeset
for help on using the changeset viewer.