Skip to content

Commit

Permalink
tox uses coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
ppaez committed Feb 3, 2014
1 parent b557af9 commit c8f8586
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Expand Up @@ -2,4 +2,6 @@
envlist = py27,py33
[testenv]
deps=mock
commands=python -m unittest test_alsamidi
coverage
commands=coverage run -m unittest test_alsamidi
coverage report -m alsamidi.py

0 comments on commit c8f8586

Please sign in to comment.