From 3cce22597cf2c79b16fbc0faef9406ee8521e044 Mon Sep 17 00:00:00 2001 From: Rossen Georgiev Date: Fri, 19 Apr 2019 17:40:40 +0100 Subject: [PATCH] travis ci: add python 3.7 --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index d80c98a..a07c4ac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,11 @@ python: - "3.4" - "3.5" - "3.6" +matrix: + include: + - python: 3.7 + dist: xenial + sudo: true install: - make init - pip install coveralls