From 1da6c8c84e4887bcdbffa9a04e3e87f3caa56c1c Mon Sep 17 00:00:00 2001 From: shortcutme Date: Wed, 20 Mar 2019 01:07:18 +0100 Subject: [PATCH] Fix Python 3.7 test --- .travis.yml | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 84018bf4..971c9381 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,17 @@ language: python -python: - - 3.5 - - 3.6 - - 3.7 + +matrix: + include: + - python: 3.5 + dist: trusty + sudo: false + - python: 3.6 + dist: trusty + sudo: false + - python: 3.7 + dist: xenial + sudo: true + services: - docker install: