From f2710405d1afe315a5911f0f4a0335907050f158 Mon Sep 17 00:00:00 2001 From: debugtalk Date: Fri, 25 Oct 2019 17:12:43 +0800 Subject: [PATCH] feat: add Python 3.8 --- .travis.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index c10a5ae7..27a688c0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,10 +5,11 @@ python: - 3.5 - 3.6 matrix: - include: + include: # Required for Python 3.7+ - python: 3.7 - dist: xenial # Required for Python 3.7 - sudo: true # Required for Python 3.7 + dist: xenial + - python: 3.8 + dist: xenial install: - pip install poetry - poetry install -vvv