From deee29228ea31e47bc6b24167b5139e42e72a11b Mon Sep 17 00:00:00 2001 From: Johann Bauer Date: Thu, 9 Aug 2018 20:42:48 +0200 Subject: [PATCH] Travis: Use 3.7 to run tests too --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 63dde547e..6f28247b7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,10 @@ -sudo: false +sudo: true +dist: xenial language: python python: - 3.5 - 3.6 + - 3.7 addons: apt: sources: