Install coverage.

This commit is contained in:
Jannis Leidel 2018-01-28 14:31:44 +01:00
parent 0945016e59
commit 2356491fd7
No known key found for this signature in database
GPG key ID: C795956FB489DCA9
2 changed files with 3 additions and 0 deletions

2
.gitignore vendored
View file

@ -6,3 +6,5 @@ docs/build/*
.tox/ .tox/
dist/ dist/
build/ build/
.coverage
.eggs/

View file

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