Skip to content

Commit

Permalink
Add django{4,5} to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
maldoinc committed Jan 2, 2025
1 parent 308b5c5 commit 6d1bd69
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires =
env_list =
py310-flask3
py310-fastapi
py310-django
py310-django{4,5}

[testenv:py310-flask3]
description = Test flask integration
Expand All @@ -29,13 +29,14 @@ commands =
make install
pytest test/integration/test_fastapi_integration.py

[testenv:py310-django]
[testenv:py310-django{4,5}]
description = Test django integration
allowlist_externals =
make
pytest
deps =
django
django4: Django>=4.0,<5
django5: Django>=5.0,<6
commands =
make install
pytest test/integration/django/test_django_integration.py
Expand Down

0 comments on commit 6d1bd69

Please sign in to comment.