From: Paul Brossier Date: Wed, 1 Jul 2020 23:04:27 +0000 (+0200) Subject: [ci] update travis configuration names X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=40aaf726fb9ae8967bb7a006033c2f83a0ee8638;p=aubio.git [ci] update travis configuration names --- diff --git a/.travis.yml b/.travis.yml index cebea209..b85b5413 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,17 +2,17 @@ language: python matrix: include: - - name: "Linux Python 3.8" + - name: "Linux (Python 3.8)" python: 3.8 os: linux - - name: "Linux Python 3.6" + - name: "Linux (Python 3.6)" python: 3.6 os: linux env: WAFOPTS="--build-type=debug" - - name: "Linux Python 2.7" + - name: "Linux (Python 2.7)" python: 2.7 os: linux - - name: "Linux Python pypy3.5" + - name: "Linux (Python pypy3.5)" language: python python: "pypy3.5" os: linux @@ -48,7 +48,7 @@ matrix: os: osx env: WAFOPTS="--with-target-platform=iosimulator --disable-avcodec --disable-sndfile --disable-samplerate" AUBIO_NOTESTS=1 - - name: "Python 3.8.0 on windows" + - name: "Windows (Python 3.8.0)" language: shell os: windows before_install: