Skip to content

Commit 2b83cfa

Browse files
committed
chore: have actions run the remaining tox envs
1 parent f85a0a7 commit 2b83cfa

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

tox.ini

+5-4
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ envlist =
1010

1111
[gh-actions]
1212
python =
13-
3.12: py312-django50, py312-django51, py312-django51-jinja2
13+
3.12: py312-django50, py312-django51, py312-django51-jinja2, coverage
1414
3.11: p311-django-51, p311-django-50, p311-django-50-jinjia, p311-django-42, p311-django-42-jinjia
1515
3.10: py310-django42, py310-django42-jinja2, py310-django50, py310-django51, py310-django50-jinja2
16-
3.9: py39-django42, py39-django42-jinja2
16+
3.9: py39-django42, py39-django42-jinja2, flake8, docs, gettext
1717

1818
[testenv]
1919
changedir = testproject
@@ -53,7 +53,7 @@ commands = python -Wd manage.py test captcha --settings jinja2_settings
5353

5454

5555
[testenv:gettext]
56-
basepython = python3
56+
basepython = python3.9
5757
changedir = captcha/locale/
5858
allowlist_externals =
5959
msgfmt
@@ -80,12 +80,13 @@ commands =
8080
msgfmt -c -o zh_Hans/LC_MESSAGES/django.mo zh_Hans/LC_MESSAGES/django.po
8181

8282
[testenv:flake8]
83-
basepython = python3.8
83+
basepython = python3.9
8484
deps = flake8==3.9.2
8585
commands=
8686
flake8 {toxinidir}/captcha
8787

8888
[testenv:docs]
89+
basepython = python3.9
8990
deps =
9091
sphinx
9192
sphinx-book-theme

0 commit comments

Comments
 (0)