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/
|
.tox/
|
||||||
dist/
|
dist/
|
||||||
build/
|
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 run -a --source=authority example/manage.py test authority exampleapp
|
||||||
coverage report
|
coverage report
|
||||||
deps =
|
deps =
|
||||||
|
coverage
|
||||||
dj18: Django<1.9
|
dj18: Django<1.9
|
||||||
dj19: Django<1.10
|
dj19: Django<1.10
|
||||||
dj110: Django<1.11
|
dj110: Django<1.11
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue