From 2f6a4324b1f70f815e35d9c32dee6818dbca4072 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Mon, 17 Sep 2018 09:51:25 +0200 Subject: travisci: Test Python 3.7 as well Use the workaround from https://github.com/travis-ci/travis-ci/issues/9815 since Python 3.7 is not yet supported by the default image. --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index bf95addb..9eee95c8 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,11 @@ python: - "3.4" - "3.5" - "3.6" +matrix: + include: + - python: 3.7 + dist: xenial + sudo: true before_install: - sudo apt-get -qq update -- cgit v1.2.3