Skip to content

Commit

Permalink
Change tox
Browse files Browse the repository at this point in the history
  • Loading branch information
judtinzhang committed Feb 29, 2024
1 parent 10f6a67 commit 198dcf0
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
isolated_build = true
envlist =
lint,
py38-django{22,30,31,32},
py39-django{22,30,31,32},
py311-django{22,30,31,32,502},
sentry-django{30,31},

Expand All @@ -17,9 +15,6 @@ setenv =
PYTHONPATH = {toxinidir}
PYTHONWARNINGS = all
deps =
django30: Django>=3.0,<3.1
django31: Django>3.1
django32: Django>3.2
django502: Django>=5.0.2
sentry: sentry-sdk

Expand Down Expand Up @@ -52,6 +47,4 @@ django_find_project = false

[gh-actions]
python =
3.8: py38
3.9: py39
3.11: py311, lint, sentry

0 comments on commit 198dcf0

Please sign in to comment.