Skip to content

Commit

Permalink
Update tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenMapes authored Sep 13, 2024
1 parent 62332be commit 843877e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ envlist =
py310-django{51,50,42}
py311-django{51,50,42}
py312-django{51,50,42}
py313-django{51,42}

[pytest]
django_find_project = false
Expand Down Expand Up @@ -54,4 +55,10 @@ deps = -rrequirements/py312-django42.txt
deps = -rrequirements/py312-django50.txt

[testenv:py312-django51]
deps = -rrequirements/py312-django51.txt
deps = -rrequirements/py312-django51.txt

[testenv:py313-django42]
deps = -rrequirements/py312-django42.txt

[testenv:py313-django51]
deps = -rrequirements/py312-django51.txt

0 comments on commit 843877e

Please sign in to comment.