mirror of
https://github.com/jazzband/django-defender.git
synced 2026-03-16 22:10:32 +00:00
Update tox.ini
This commit is contained in:
parent
62c9544704
commit
fc809b9f78
1 changed files with 4 additions and 0 deletions
4
tox.ini
4
tox.ini
|
|
@ -25,6 +25,10 @@ commands =
|
|||
{envbindir}/coverage report -m
|
||||
{envbindir}/coverage xml
|
||||
|
||||
[testenv:py{36,37,38,39,py3}-dj{master}]
|
||||
ignore_errors = true
|
||||
ignore_outcome = true
|
||||
|
||||
[testenv:py38-docs]
|
||||
basepython = python3.8
|
||||
deps =
|
||||
|
|
|
|||
Loading…
Reference in a new issue