youtube-dl

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

commit 49bd8d5e2e5c4de8c1c409adffc557cb198f7eee
parent 3d2c2752c5cd70fc7f9cebe8c4683a1de626017d
Author: Sergey M․ <dstftw@gmail.com>
Date:   Sun,  5 Feb 2017 02:41:22 +0700

[travis] Add python 3.6

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

diff --git a/.travis.yml b/.travis.yml @@ -6,6 +6,7 @@ python: - "3.3" - "3.4" - "3.5" + - "3.6" sudo: false script: nosetests test --verbose notifications: