Skip to content

Commit

Permalink
run tox tests through coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
georgewhewell committed Jan 19, 2015
1 parent cf2b4f5 commit d0e97ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ envlist =
{py27,py33,py34}-django{1.5,1.6,1.7}

[testenv]
commands = {envpython} runtests.py
commands = coverage run --source sheets runtests.py
deps =
django1.5: Django>=1.5,<1.6
django1.6: Django==1.6,<1.7
Expand Down

0 comments on commit d0e97ee

Please sign in to comment.