Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

    r4b266f1 r3880830  
    33matrix:
    44  include:
    5     - python: 3.6
     5    - python: 3.5
    66      os: linux
    77      compiler: gcc
    8     - python: 3.5
     8    - python: 3.4
    99      os: linux
    1010      compiler: gcc
     
    1212      os: linux
    1313      compiler: gcc
    14     - python: "pypy3.5"
     14    - python: "pypy"
    1515      os: linux
    1616      compiler: gcc
    1717      env: CFLAGS="-Os" WAFOPTS="--disable-avcodec"
    18     - python: 3.6
     18    - python: 3.5
    1919      os: linux
    2020      compiler: gcc
    2121      env: CFLAGS="-Os" WAFOPTS="--disable-samplerate"
    22     - python: 3.5
     22    - python: 3.4
    2323      os: linux
    2424      compiler: gcc
Note: See TracChangeset for help on using the changeset viewer.