added django3, 4, 5 to the tox environments list
This commit is contained in:
6
tox.ini
6
tox.ini
@@ -10,7 +10,10 @@
|
||||
# Choose your Python versions. They have to be available
|
||||
# on the system the tests are run on.
|
||||
# comma separated
|
||||
envlist = py39, py310, py311
|
||||
envlist =
|
||||
python{3.6,3.7,3.8,3.9}-django3
|
||||
python{3.8,3.9,3.10,3.11}-django4
|
||||
python{3.8,3.9,3.10,3.11}-django5
|
||||
|
||||
# Tell tox to not require a setup.py file
|
||||
;skipsdist = True
|
||||
@@ -34,6 +37,7 @@ isolated_build = True
|
||||
|
||||
deps =
|
||||
-rrequirements.txt
|
||||
-rrequirements_testing.txt
|
||||
|
||||
# https://tox.wiki/en/latest/example/basic.html#ignoring-a-command-exit-code
|
||||
commands =
|
||||
|
||||
Reference in New Issue
Block a user