mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-10-31 22:55:26 +00:00
d3f46b9aa5
Use a sintax like tox test.test_download:TestDownload.test_NowVideo to run the specific test on all the tox environments (Python versions)
8 lines
268 B
INI
8 lines
268 B
INI
[tox]
|
|
envlist = py26,py27,py33
|
|
[testenv]
|
|
deps =
|
|
nose
|
|
coverage
|
|
commands = nosetests --verbose {posargs:test} # --with-coverage --cover-package=youtube_dl --cover-html
|
|
# test.test_download:TestDownload.test_NowVideo
|