mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-09 22:38:19 +02:00
Add tests docs to CI and fix docs warning
This commit is contained in:
parent
225da2155f
commit
62db0c55c2
6 changed files with 20 additions and 10 deletions
8
tox.ini
8
tox.ini
|
|
@ -22,6 +22,14 @@ commands=
|
|||
python {toxinidir}/manage.py makemigrations --check --dry-run
|
||||
python -Wd manage.py test -v2 {posargs}
|
||||
|
||||
[testenv:docs]
|
||||
deps=
|
||||
sphinx
|
||||
-r{toxinidir}/rtd_requirements.txt
|
||||
commands=make html clean SPHINXOPTS="-W --keep-going"
|
||||
changedir={toxinidir}/docs
|
||||
allowlist_externals=make
|
||||
|
||||
[testenv:flake8]
|
||||
deps=flake8
|
||||
commands=flake8 django_mailbox
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue