mirror of
https://github.com/jazzband/django-admin2.git
synced 2026-03-16 22:20:24 +00:00
Add coverage tracking.
This commit is contained in:
parent
65c7f21730
commit
eba98f9cae
2 changed files with 3 additions and 2 deletions
|
|
@ -1,4 +1,5 @@
|
|||
-rrequirements.txt
|
||||
flake8>=2.5.4
|
||||
pytest
|
||||
pytest-django
|
||||
pytest-django
|
||||
pytest-cov
|
||||
|
|
|
|||
2
tox.ini
2
tox.ini
|
|
@ -20,7 +20,7 @@ python =
|
|||
|
||||
[testenv]
|
||||
commands =
|
||||
py.test []
|
||||
pytest --cov-append --cov djadmin2 --cov-report=xml []
|
||||
deps =
|
||||
-rrequirements_test.txt
|
||||
3.1: Django>=3.1,<3.2
|
||||
|
|
|
|||
Loading…
Reference in a new issue