Add coverage dependency to tox.ini.

This commit is contained in:
Shiz 2014-03-14 04:32:30 +01:00
parent fa2ea50e8d
commit 5e3a58a08d
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ envlist = py32,py33
[testenv]
deps =
coverage
pytest
pytest-cov
commands = py.test --cov pydle --cov-config .coveragerc --cov-report term-missing .