Skip to content

Commit

Permalink
Updated names in test matrix (#182)
Browse files Browse the repository at this point in the history
Co-authored-by: kosdmit <kosdmit@hotmail.com>
  • Loading branch information
smithdc1 and kosdmit authored Jul 20, 2024
1 parent 1685644 commit c83b224
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
envlist =
{py38,py39,py310,py311}-django{42}-crispy{2,-latest},
{py310,py311,py312}-django{50,51,-latest}-crispy{2,-latest},
{py38,py39,py310,py311}-django{42}-crispy{-release,-latest},
{py310,py311,py312}-django{50,51,-latest}-crispy{-release,-latest},
lint

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

0 comments on commit c83b224

Please sign in to comment.