From 0ac7e99166608780d6353236e5a0655f645c3c87 Mon Sep 17 00:00:00 2001 From: Justin Carpentier <justin.carpentier@inria.fr> Date: Tue, 29 Oct 2019 15:16:11 +0100 Subject: [PATCH] travis: increase Python versions check --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index d103cc7..bcea743 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,8 @@ language: python python: - "2.7" - "3.5" + - "3.6" + - "3.7" sudo: required compiler: - gcc -- GitLab