From 977026c5ad41f633a48c3f487620d6e0615db96f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Tue, 19 Nov 2019 17:41:56 +0100 Subject: [PATCH] update .travis.yml - remove any 'dist: xenial' - add Python 3.7 and 3.8 to the default build list - run "results" tests with Python 3.8 --- .travis.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4b3a2cd3..f63c8b47 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,19 +3,16 @@ python: - "3.4" - "3.5" - "3.6" + - "3.7" + - "3.8" - "pypy3" env: - GALLERYDL_TESTS=core matrix: include: - - python: "3.7" - dist: xenial - - python: "3.8-dev" - dist: xenial - - python: "3.6" + - python: "3.8" env: GALLERYDL_TESTS=results - language: minimal - dist: xenial env: GALLERYDL_TESTS=snap addons: snaps: