From 40aaf726fb9ae8967bb7a006033c2f83a0ee8638 Mon Sep 17 00:00:00 2001 From: Paul Brossier Date: Thu, 2 Jul 2020 01:04:27 +0200 Subject: [PATCH] [ci] update travis configuration names --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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: -- 2.11.0