From 3ef78f6998f82e4a24e5743643f2038407499609 Mon Sep 17 00:00:00 2001 From: neingeist Date: Sun, 21 Jul 2019 10:22:41 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Travis:=20Use=20test=20matrix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .travis.yml | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6c798f7..5c85305 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,15 +1,13 @@ -language: python -python: - - "2.6" - dist: trusty - - "2.7" - - "3.2" - dist: trusty - - "3.3" - dist: trusty - - "3.4" - - "nightly" -sudo: false +matrix: + include: + - python: 2.7 + - python: 3.4 + - python: 3.5 + - python: 3.6 + - python: 3.7 + dist: xenial + sudo: true + # command to run tests script: py.test