From 792135a33903bd092529c2388390faaab89d3168 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20F=C3=A4hrmann?= Date: Tue, 14 Aug 2018 11:54:01 +0200 Subject: [PATCH] enable Python 3.7 for Travis CI tests --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index eb3ac459..cb386e51 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,9 @@ env: - GALLERYDL_TESTS=core matrix: include: + - python: "3.7" + dist: xenial + sudo: true - python: "3.6" env: GALLERYDL_TESTS=results