commit: 226113c880f90e35dade151807b45138fb306af4
parent 8932a66e49dda60bdb6ddb1447df63fea5c4f320
Author: Philipp Hagemeister <phihag@phihag.de>
Date: Sat, 5 Oct 2013 22:47:44 +0200
Merge remote-tracking branch 'origin/tox'
Diffstat:
2 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/.gitignore b/.gitignore
@@ -25,3 +25,4 @@ updates_key.pem
*.mp4
*.part
test/testdata
+.tox
diff --git a/tox.ini 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