Skip to content

Commit

Permalink
Update Tox
Browse files Browse the repository at this point in the history
  • Loading branch information
saadmk11 committed Sep 7, 2024
1 parent 3be3034 commit b696219
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[tox]
isolated_build = True
envlist = py{37,38,39,310}-django32,py{38,39,310}-django40,py{38,39,310,311}-django41
envlist = py{38,39,310,311,312}-django{42,50,51}

[testenv]
commands =
python -m pytest {posargs:tests}
deps =
-r {toxinidir}/requirements_test.txt
django32: Django >=3.2, <3.3
django40: Django >=4.0, <4.1
django41: Django >=4.1, <4.2
django42: Django >=4.2, <4.3
django50: Django >=5.0, <5.1
django51: Django >=5.1, <5.2
setenv =
PYTHONDEVMODE=1

0 comments on commit b696219

Please sign in to comment.