run coverage from tox

This commit is contained in:
Russell Haering 2013-12-20 16:49:21 -08:00
parent 6b23ad31e9
commit e771852ebf
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@ ChangeLog
.tox/*
devenv/*
.coverage
coverage.xml

View File

@ -10,7 +10,7 @@ deps =
commands = flake8 teeth_agent
[testenv:unit]
commands = nosetests --all-modules teeth_agent/tests
commands = nosetests --all-modules --with-coverage --cover-package=teeth_agent --cover-inclusive teeth_agent
[testenv:devenv]
envdir = devenv