From: Paul Brossier Date: Fri, 21 Dec 2018 17:14:21 +0000 (+0100) Subject: [ci] add py3.6, drop py3.4 on travis X-Git-Tag: 0.4.9~26 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=4b266f1c6bb6f1a0ef1239b4ee93360cc648cbbf;p=aubio.git [ci] add py3.6, drop py3.4 on travis --- diff --git a/.travis.yml b/.travis.yml index d5cc75b0..f2a03417 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,24 +2,24 @@ language: python matrix: include: - - python: 3.5 + - python: 3.6 os: linux compiler: gcc - - python: 3.4 + - python: 3.5 os: linux compiler: gcc - python: 2.7 os: linux compiler: gcc - - python: "pypy" + - python: "pypy3.5" os: linux compiler: gcc env: CFLAGS="-Os" WAFOPTS="--disable-avcodec" - - python: 3.5 + - python: 3.6 os: linux compiler: gcc env: CFLAGS="-Os" WAFOPTS="--disable-samplerate" - - python: 3.4 + - python: 3.5 os: linux compiler: gcc env: HAVE_AUBIO_DOUBLE=1 CFLAGS="-O3" WAFOPTS="--enable-fftw3"