Skip to content

Commit

Permalink
Bump tox test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
vdboor committed Oct 16, 2023
1 parent da62567 commit 4097ec2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[build-system]
requires = ["setuptools", "wheel", "Django"]

[tool.isort]
profile = "black"
line_length = 99
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
[tox]
envlist=
py36-django{22,31,32},
py37-django{22,31,32},
py38-django{22,31,32},
py310-django{42},
docs,

[testenv]
Expand All @@ -18,6 +17,7 @@ deps =
django22: Django ~= 2.2
django31: Django ~= 3.1
django32: Django ~= 3.2
django42: Django ~= 4.2
django-dev: https://github.com/django/django/tarball/main
commands=
python --version
Expand Down

0 comments on commit 4097ec2

Please sign in to comment.