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