]> jfr.im git - yt-dlp.git/blame - tox.ini
[youtube] Add test for #5361
[yt-dlp.git] / tox.ini
CommitLineData
79cfb46d 1[tox]
7c42327e 2envlist = py26,py27,py33,py34
79cfb46d 3[testenv]
d3f46b9a
FV
4deps =
5 nose
6 coverage
873383e9
JMF
7defaultargs = test --exclude test_download.py --exclude test_age_restriction.py
8 --exclude test_subtitles.py --exclude test_write_annotations.py
9 --exclude test_youtube_lists.py
10commands = nosetests --verbose {posargs:{[testenv]defaultargs}} # --with-coverage --cover-package=youtube_dl --cover-html
d3f46b9a 11 # test.test_download:TestDownload.test_NowVideo