mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-10-28 21:14:33 +01: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)
9 lines
268 B
INI
9 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
|