From 36808726196e673f02c8865e3e02ea495669c934 Mon Sep 17 00:00:00 2001 From: Peter Bittner Date: Mon, 8 Apr 2019 22:00:24 +0200 Subject: [PATCH] Travis still doesn't support Python 3.7 in the default image --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index d9fa40a..f9b5e00 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,6 @@ +dist: xenial +sudo: true + language: python python: - 2.7