From 532687b04b43e3b723f1c063217fd13ca5ae9ee7 Mon Sep 17 00:00:00 2001 From: Paul Bonaud Date: Thu, 21 Nov 2019 16:32:13 +0100 Subject: [PATCH] ci: launch tests on both python 2.7 & 3.6 --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a003124..ef0435c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,9 @@ --- language: python -python: "2.7" +matrix: + include: + - python: '3.6' + - python: '2.7' # Use the new container infrastructure sudo: required -- 2.41.0