From 303753f8c6bde650f5b249b07099ea1406383bc3 Mon Sep 17 00:00:00 2001 From: Hugo Date: Wed, 8 Jan 2020 22:55:12 +0200 Subject: Test Python 3.8 and simplify matrix as Xenial is the default --- .travis.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index ee594f0..d5e58cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,13 +1,12 @@ language: python -matrix: - include: - - python: 2.7 - - python: 3.4 - - python: 3.5 - - python: 3.6 - - python: 3.7 - dist: xenial +python: + - 2.7 + - 3.4 + - 3.5 + - 3.6 + - 3.7 + - 3.8 install: - python setup.py install -- cgit v1.2.1