Skip to content

Commit

Permalink
Combine coverage reports in tox
Browse files Browse the repository at this point in the history
  • Loading branch information
ArmaanT committed Apr 2, 2019
1 parent 012d90e commit f24845d
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 @@ -6,7 +6,7 @@ envlist =
lint

[testenv]
commands = coverage run runtests.py
commands = coverage run -a runtests.py
setenv =
DJANGO_SETTINGS_MODULE = tests.settings
deps =
Expand Down

0 comments on commit f24845d

Please sign in to comment.