[ci] add py3.6, drop py3.4 on travis
[aubio.git] / .travis.yml
index b799ce2..f2a0341 100644 (file)
@@ -2,20 +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: 3.5
+    - python: "pypy3.5"
       os: linux
       compiler: gcc
-      env: CFLAGS="-Os" WAFOPTS="--disable-samplerate --disable-sndfile"
-    - python: 3.4
+      env: CFLAGS="-Os" WAFOPTS="--disable-avcodec"
+    - python: 3.6
+      os: linux
+      compiler: gcc
+      env: CFLAGS="-Os" WAFOPTS="--disable-samplerate"
+    - python: 3.5
       os: linux
       compiler: gcc
       env: HAVE_AUBIO_DOUBLE=1 CFLAGS="-O3" WAFOPTS="--enable-fftw3"
@@ -85,6 +89,7 @@ install:
   - travis_retry make getwaf expandwaf deps_python
   - which pip
   - pip --version
+  - pip install coverage
 
 script:
   - make create_test_sounds