]> jfr.im git - yt-dlp.git/blame_incremental - tox.ini
[utils] Add `parse_qs`
[yt-dlp.git] / tox.ini
... / ...
CommitLineData
1[tox]
2envlist = py26,py27,py33,py34,py35
3
4# Needed?
5[testenv]
6deps =
7 nose
8 coverage
9# We need a valid $HOME for test_compat_expanduser
10passenv = HOME
11defaultargs = test --exclude test_download.py --exclude test_age_restriction.py
12 --exclude test_subtitles.py --exclude test_write_annotations.py
13 --exclude test_youtube_lists.py --exclude test_iqiyi_sdk_interpreter.py
14 --exclude test_socks.py
15commands = nosetests --verbose {posargs:{[testenv]defaultargs}} # --with-coverage --cover-package=yt_dlp --cover-html
16 # test.test_download:TestDownload.test_NowVideo