youtube-dl

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

commit 54009c246e8eed38cfa8dc3eecb5619c1c81a1f2
parent b300cda4769a987c501db298f3f107326521d45c
Author: Sergey M․ <dstftw@gmail.com>
Date:   Mon,  1 Jan 2018 21:54:28 +0700

[travis] Add PyPy builds

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

diff --git a/.travis.yml b/.travis.yml @@ -7,6 +7,8 @@ python: - "3.4" - "3.5" - "3.6" + - "pypy" + - "pypy3" sudo: false env: - YTDL_TEST_SET=core