From 9f6373a89e0297935867ae596254f36b66fe0350 Mon Sep 17 00:00:00 2001 From: Johann Bauer Date: Fri, 6 Jul 2018 15:46:30 +0200 Subject: [PATCH] Travis: Test with Python 3.7 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index a68aaed8e..c58f5e0de 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,10 @@ sudo: false +dist: xenial language: python python: - 3.5 - 3.6 + - 3.7 addons: apt: sources: