add tox configuration file for easy testing

pull/8/head
Filippo Valsorda 2013-10-05 16:08:48 -04:00
rodzic 00fcc17aee
commit 79cfb46d42
2 zmienionych plików z 6 dodań i 0 usunięć

1
.gitignore vendored
Wyświetl plik

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

5
tox.ini 100644
Wyświetl plik

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