Run coverage with '-a' option

This commit is contained in:
Bruno Alla 2017-02-16 12:39:41 +00:00 committed by GitHub
parent d6edfdb4db
commit 1473707fc7

View file

@ -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