Changes in .travis.yml [4b266f1:3880830]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.travis.yml
r4b266f1 r3880830 3 3 matrix: 4 4 include: 5 - python: 3. 65 - python: 3.5 6 6 os: linux 7 7 compiler: gcc 8 - python: 3. 58 - python: 3.4 9 9 os: linux 10 10 compiler: gcc … … 12 12 os: linux 13 13 compiler: gcc 14 - python: "pypy 3.5"14 - python: "pypy" 15 15 os: linux 16 16 compiler: gcc 17 17 env: CFLAGS="-Os" WAFOPTS="--disable-avcodec" 18 - python: 3. 618 - python: 3.5 19 19 os: linux 20 20 compiler: gcc 21 21 env: CFLAGS="-Os" WAFOPTS="--disable-samplerate" 22 - python: 3. 522 - python: 3.4 23 23 os: linux 24 24 compiler: gcc
Note: See TracChangeset
for help on using the changeset viewer.