From dbc015be4a3b015ccc2dc70781a4d9723a0ae3d9 Mon Sep 17 00:00:00 2001 From: Viktor Villainov Date: Sat, 29 Dec 2018 07:52:43 -0500 Subject: [PATCH] Fix Travis 3.7 support --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 5f5506c..9fcb966 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,8 @@ language: python +sudo: required +dist: xenial + python: - "3.5" - "3.6"