mirror of
https://github.com/jazzband/django-authority.git
synced 2026-05-15 19:13:12 +00:00
Write coverage file.
This commit is contained in:
parent
8f7df22869
commit
5c2803c32c
1 changed files with 1 additions and 0 deletions
1
tox.ini
1
tox.ini
|
|
@ -12,6 +12,7 @@ usedevelop = true
|
|||
commands =
|
||||
coverage run -a example/manage.py test authority exampleapp
|
||||
coverage report
|
||||
coverage xml
|
||||
deps =
|
||||
coverage
|
||||
dj111: Django>=1.11,<2.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue