From ea42cea17859849c5dd6986bb651e9f18d70fa4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A1bor=20Lipt=C3=A1k?= Date: Wed, 22 May 2019 21:01:20 -0400 Subject: [PATCH] Add Python 3.7 to Travis MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Gábor Lipták --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index f802b33d..e9b2db75 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,8 @@ + language: python notifications: email: false +dist: xenial sudo: false python: - 2.7 @@ -8,6 +10,7 @@ python: - 3.4 - 3.5 - 3.6 + - 3.7 - pypy3 matrix: include: