From 51b475d7c9ba7ff76d76236f1b309d349093cfc1 Mon Sep 17 00:00:00 2001 From: Jarrekk Date: Thu, 16 May 2019 10:30:32 +0800 Subject: [PATCH] use matrix for different python version --- .travis.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index d888124..c7a35f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,14 +1,14 @@ sudo: required -dist: xenial language: python -python: -- 2.7 -- 3.3 -- 3.4 -- 3.5 -- 3.6 -- 3.7 +matrix: + include: + - python: 2.7 + - python: 3.4 + - python: 3.5 + - python: 3.6 + - python: 3.7 + dist: xenial before_script: - sh ./travis/init.sh