mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-01-01 06:21:09 +01:00
5 lines
145 B
INI
5 lines
145 B
INI
[tox]
|
|
envlist = py26,py27,py33
|
|
[testenv]
|
|
deps = nose
|
|
commands = nosetests --with-coverage --cover-package=youtube_dl --cover-html --verbose test
|