youtube-dl

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

commit 7c42327e0e2f62a64771769e17cda33ea2a4a10d
parent 873383e9bd2496a31870e6456007463c1f873b33
Author: Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@gmail.com>
Date:   Sat, 14 Mar 2015 21:41:56 +0100

tox.ini: Add python 3.4

Diffstat:
Mtox.ini | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tox.ini b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py26,py27,py33 +envlist = py26,py27,py33,py34 [testenv] deps = nose