From 4c78a05e91ad91dbee66dbbf5333a62264639c80 Mon Sep 17 00:00:00 2001 From: Nicolas F Date: Thu, 21 Mar 2019 15:29:41 +0100 Subject: [PATCH] travis: switch to xenial and test for python 3.7 Python 3.7 requires using the xenial images in Travis-CI. It appears that they do not yet have newer distro version images available, so that's the best we can get for now. --- .travis.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 175f73a..0e7f67d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,8 +1,10 @@ language: python +dist: xenial python: - "3.4" - "3.5" - "3.6" + - "3.7" env: - MC_VERSION=1.13 before_install: @@ -22,6 +24,3 @@ script: - python3 overviewer.py ~/mcoa/exmaple ~/test-output --rendermodes=smooth-lighting -p1 notifications: email: false -# matrix: - # allow_failures: - # - python: "3.2"