]> jfr.im git - yt-dlp.git/blame - tox.ini
Ensure pre-processor errors do not block video download
[yt-dlp.git] / tox.ini
CommitLineData
79cfb46d 1[tox]
08bea4ad 2envlist = py26,py27,py33,py34,py35
060ac762 3
4# Needed?
79cfb46d 5[testenv]
d3f46b9a
FV
6deps =
7 nose
8 coverage
2aa64b89
JMF
9# We need a valid $HOME for test_compat_expanduser
10passenv = HOME
873383e9
JMF
11defaultargs = test --exclude test_download.py --exclude test_age_restriction.py
12 --exclude test_subtitles.py --exclude test_write_annotations.py
5c7cd37e 13 --exclude test_youtube_lists.py --exclude test_iqiyi_sdk_interpreter.py
72f3289a 14 --exclude test_socks.py
7a5c1cfe 15commands = nosetests --verbose {posargs:{[testenv]defaultargs}} # --with-coverage --cover-package=yt_dlp --cover-html
d3f46b9a 16 # test.test_download:TestDownload.test_NowVideo