Skip to content

Commit c83b224

Browse files
smithdc1kosdmit
andauthored
Updated names in test matrix (#182)
Co-authored-by: kosdmit <kosdmit@hotmail.com>
1 parent 1685644 commit c83b224

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
envlist =
3-
{py38,py39,py310,py311}-django{42}-crispy{2,-latest},
4-
{py310,py311,py312}-django{50,51,-latest}-crispy{2,-latest},
3+
{py38,py39,py310,py311}-django{42}-crispy{-release,-latest},
4+
{py310,py311,py312}-django{50,51,-latest}-crispy{-release,-latest},
55
lint
66

77
[testenv]
@@ -11,7 +11,7 @@ deps =
1111
django42: django>=4.2a1,<5.0
1212
django50: django>=5.0a1,<5.1
1313
django51: django>=5.1a1,<5.2
14-
crispy2: django-crispy-forms>=2.0
14+
crispy-release: django-crispy-forms>=2.3
1515
crispy-latest: https://github.com/django-crispy-forms/django-crispy-forms/archive/main.tar.gz
1616
extras = test
1717
commands = python -W error::DeprecationWarning -W error::PendingDeprecationWarning -m pytest {posargs}

0 commit comments

Comments
 (0)