ref: 4b266f1c6bb6f1a0ef1239b4ee93360cc648cbbf
parent: 4b167218b7b9cd4dab59b4bd9d378fd3c7592188
author: Paul Brossier <piem@piem.org>
date: Fri Dec 21 13:14:21 EST 2018
[ci] add py3.6, drop py3.4 on travis
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,24 +2,24 @@
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"