aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
blob: ed01e3386d8efcaff7bb846ac1f83c3d62763fb0 (plain)
1
2
3
4
5
6
7
8
[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