2013-10-05 14:08:48 -06:00
|
|
|
[tox]
|
2015-09-25 14:34:02 -06:00
|
|
|
envlist = py26,py27,py33,py34,py35
|
2013-10-05 14:08:48 -06:00
|
|
|
[testenv]
|
2013-10-12 11:17:11 -06:00
|
|
|
deps =
|
|
|
|
nose
|
|
|
|
coverage
|
2015-05-18 09:58:53 -06:00
|
|
|
# We need a valid $HOME for test_compat_expanduser
|
|
|
|
passenv = HOME
|
2015-03-14 14:41:15 -06:00
|
|
|
defaultargs = test --exclude test_download.py --exclude test_age_restriction.py
|
|
|
|
--exclude test_subtitles.py --exclude test_write_annotations.py
|
2016-03-19 14:50:16 -06:00
|
|
|
--exclude test_youtube_lists.py --exclude test_iqiyi_sdk_interpreter.py
|
2015-03-14 14:41:15 -06:00
|
|
|
commands = nosetests --verbose {posargs:{[testenv]defaultargs}} # --with-coverage --cover-package=youtube_dl --cover-html
|
2013-10-12 11:17:11 -06:00
|
|
|
# test.test_download:TestDownload.test_NowVideo
|