stacktach-klugman/tox.ini
2014-06-10 15:40:24 -03:00

11 lines
165 B
INI

[tox]
envlist = py26,py27
[testenv]
deps =
coverage
nose
mock
commands = nosetests -d -v --with-coverage --cover-inclusive --cover-package klugman []