add tox configuration file for easy testing
authorFilippo Valsorda <filippo.valsorda@gmail.com>
Sat, 5 Oct 2013 20:08:48 +0000 (16:08 -0400)
committerFilippo Valsorda <filippo.valsorda@gmail.com>
Sat, 5 Oct 2013 20:08:48 +0000 (16:08 -0400)
.gitignore
tox.ini [new file with mode: 0644]

index 24fdb3626cd0d306cd5fc1367543f4b3691394c3..7dd0ad09b06c172596ca751a22055b9a3d6207d4 100644 (file)
@@ -25,3 +25,4 @@ updates_key.pem
 *.mp4
 *.part
 test/testdata
+.tox
diff --git a/tox.ini b/tox.ini
new file mode 100644 (file)
index 0000000..53b461f
--- /dev/null
+++ b/tox.ini
@@ -0,0 +1,5 @@
+[tox]
+envlist = py26,py27,py33
+[testenv]
+deps = nose
+commands = nosetests --with-coverage --cover-package=youtube_dl --cover-html --verbose test