youtube-dl

Another place where youtube-dl lives on
git clone git://git.oshgnacknak.de/youtube-dl.git
Log | Files | Refs | README | LICENSE

commit 6c79785bb0c96d6fc22d942946196f0842d70a93
parent 7360c06facfd96ee603ad4fc27f5903d3f8f6694
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sat, 16 Nov 2019 07:47:23 +0700

[travis] Add python 3.8 build

Diffstat:
M.travis.yml | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/.travis.yml b/.travis.yml @@ -21,6 +21,12 @@ matrix: - python: 3.7 dist: xenial env: YTDL_TEST_SET=download + - python: 3.8 + dist: xenial + env: YTDL_TEST_SET=core + - python: 3.8 + dist: xenial + env: YTDL_TEST_SET=download - python: 3.8-dev dist: xenial env: YTDL_TEST_SET=core