add tox configuration file for easy testing

master
Filippo Valsorda 11 years ago
parent 00fcc17aee
commit 79cfb46d42

1
.gitignore vendored

@ -25,3 +25,4 @@ updates_key.pem
*.mp4
*.part
test/testdata
.tox

@ -0,0 +1,5 @@
[tox]
envlist = py26,py27,py33
[testenv]
deps = nose
commands = nosetests --with-coverage --cover-package=youtube_dl --cover-html --verbose test
Loading…
Cancel
Save