Skip to content

Commit

Permalink
Add --cov options to tox configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
prologic committed Apr 17, 2014
1 parent 0649fc5 commit ab7382f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -7,7 +7,7 @@
envlist = py26,py27,py32,py33,pypy

[testenv]
commands=py.test --junitxml=circuits-{envname}.xml tests
commands=py.test --cov=circuits --cov-report=html --junitxml=circuits-{envname}.xml tests
deps =
pytest-cov
pytest
Expand Down

0 comments on commit ab7382f

Please sign in to comment.