1
0
mirror of https://codeberg.org/polarisfm/youtube-dl synced 2024-09-28 21:08:45 +02:00

Merge remote-tracking branch 'origin/tox'

This commit is contained in:
Philipp Hagemeister 2013-10-05 22:47:44 +02:00
commit 226113c880
2 changed files with 6 additions and 0 deletions

1
.gitignore vendored
View File

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

5
tox.ini Normal file
View File

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