logo

youtube-dl

[mirror] Download/Watch videos from video hosters
commit: bd2d553c7b1529f793c2b7343c514a558543fc0d
parent af60e81e3c557ace943aab35c1364d3d03d5a3bf
Author: Sergey M․ <dstftw@gmail.com>
Date:   Thu, 22 Nov 2018 02:01:22 +0700

[travis] Add python 3.7 build

Diffstat:

M.travis.yml6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -15,6 +15,12 @@ env: - YTDL_TEST_SET=download matrix: include: + - python: 3.7 + dist: xenial + env: YTDL_TEST_SET=core + - python: 3.7 + dist: xenial + env: YTDL_TEST_SET=download - env: JYTHON=true; YTDL_TEST_SET=core - env: JYTHON=true; YTDL_TEST_SET=download fast_finish: true