2013-10-05 22:08:48 +02:00
|
|
|
[tox]
|
2015-09-25 22:34:02 +02:00
|
|
|
envlist = py26,py27,py33,py34,py35
|
2013-10-05 22:08:48 +02:00
|
|
|
[testenv]
|
2013-10-12 19:17:11 +02:00
|
|
|
deps =
|
|
|
|
nose
|
|
|
|
coverage
|
2015-05-18 17:58:53 +02:00
|
|
|
# We need a valid $HOME for test_compat_expanduser
|
|
|
|
passenv = HOME
|
2015-03-14 21:41:15 +01: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 19:17:11 +02:00
|
|
|
# test.test_download:TestDownload.test_NowVideo
|