run coverage from tox

changes/87/83087/1
Russell Haering 10 years ago
parent 6b23ad31e9
commit e771852ebf

1
.gitignore vendored

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

@ -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

Loading…
Cancel
Save