Skip to content

Commit

Permalink
Correct coverage generation
Browse files Browse the repository at this point in the history
  • Loading branch information
poxip committed Aug 3, 2017
1 parent bf59308 commit 091143f
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 @@ -5,7 +5,7 @@ envlist =
{py27,py34,py35,py36}-django{1.8,1.9,1.10,1.11}-drf{3.1,3.2,3.3,3.4,3.5}

[testenv]
commands = ./runtests.py --fast {posargs} --verbose
commands = ./runtests.py --fast {posargs} --coverage
setenv =
PYTHONDONTWRITEBYTECODE=1
deps =
Expand Down

0 comments on commit 091143f

Please sign in to comment.