Changes in .travis.yml [bec1396:d252666]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
.travis.yml
rbec1396 rd252666 3 3 matrix: 4 4 include: 5 - python: 3.6 5 - python: 3.5 6 os: linux 7 compiler: gcc 8 - python: 3.4 9 os: linux 10 compiler: gcc 11 - python: 2.7 6 12 os: linux 7 13 compiler: gcc … … 9 15 os: linux 10 16 compiler: gcc 11 env: WAFOPTS="--build-type=debug" 12 - python: 2.7 13 os: linux 14 compiler: gcc 15 - python: "pypy3.5" 16 os: linux 17 compiler: gcc 18 env: CFLAGS="-Os" WAFOPTS="--disable-avcodec" 19 - python: 3.6 20 os: linux 21 compiler: gcc 22 env: CFLAGS="-Os" WAFOPTS="--disable-samplerate" 23 - python: 3.5 17 env: CFLAGS="-Os" WAFOPTS="--disable-samplerate --disable-sndfile" 18 - python: 3.4 24 19 os: linux 25 20 compiler: gcc … … 91 86 - which pip 92 87 - pip --version 93 - pip install coverage94 88 95 89 script:
Note: See TracChangeset
for help on using the changeset viewer.