2013-10-05 22:08:48 +02:00
|
|
|
[tox]
|
2015-03-14 21:41:56 +01:00
|
|
|
envlist = py26,py27,py33,py34
|
2013-10-05 22:08:48 +02:00
|
|
|
[testenv]
|
2013-10-12 19:17:11 +02:00
|
|
|
deps =
|
|
|
|
nose
|
|
|
|
coverage
|
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
|