Changeset 4b266f1


Ignore:
Timestamp:
Dec 21, 2018, 6:14:21 PM (5 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/timestretch, fix/ffmpeg5, master
Children:
a280ed1
Parents:
4b16721
Message:

[ci] add py3.6, drop py3.4 on travis

File:
1 edited

Legend:

Unmodified
Added
Removed
  • .travis.yml

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