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