[aubio_priv.h] only define AUBIO_DBG in debug mode
[aubio.git] / .travis.yml
index d5cc75b..ec4cc9a 100644 (file)
@@ -2,24 +2,25 @@ language: python
 
 matrix:
   include:
-    - python: 3.5
+    - python: 3.6
       os: linux
       compiler: gcc
-    - python: 3.4
+    - python: 3.5
       os: linux
       compiler: gcc
+      env: WAFOPTS="--build-type=debug"
     - 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"