From: Paul Brossier Date: Tue, 8 Jan 2019 17:33:58 +0000 (+0100) Subject: [ci] use linux/py3.5 to test --build-type=debug X-Git-Tag: 0.4.9~8 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=bec1396a4a735b0bf35dcddf192e55b936e1bcd6;p=aubio.git [ci] use linux/py3.5 to test --build-type=debug --- diff --git a/.travis.yml b/.travis.yml index f2a03417..ec4cc9a1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,7 @@ matrix: - python: 3.5 os: linux compiler: gcc + env: WAFOPTS="--build-type=debug" - python: 2.7 os: linux compiler: gcc