mirror of
https://github.com/jazzband/django-authority.git
synced 2026-03-16 22:20:28 +00:00
Install coverage.
This commit is contained in:
parent
0945016e59
commit
2356491fd7
2 changed files with 3 additions and 0 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -6,3 +6,5 @@ docs/build/*
|
|||
.tox/
|
||||
dist/
|
||||
build/
|
||||
.coverage
|
||||
.eggs/
|
||||
|
|
|
|||
1
tox.ini
1
tox.ini
|
|
@ -11,6 +11,7 @@ commands =
|
|||
coverage run -a --source=authority example/manage.py test authority exampleapp
|
||||
coverage report
|
||||
deps =
|
||||
coverage
|
||||
dj18: Django<1.9
|
||||
dj19: Django<1.10
|
||||
dj110: Django<1.11
|
||||
|
|
|
|||
Loading…
Reference in a new issue