mirror of
https://github.com/Hopiu/django-model-utils.git
synced 2026-03-17 04:10:24 +00:00
Run coverage with '-a' option
This commit is contained in:
parent
d6edfdb4db
commit
1473707fc7
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -20,4 +20,4 @@ deps =
|
|||
django_trunk: https://github.com/django/django/tarball/master
|
||||
freezegun == 0.3.8
|
||||
|
||||
commands = coverage run runtests.py
|
||||
commands = coverage run -a runtests.py
|
||||
|
|
|
|||
Loading…
Reference in a new issue