Skip to content

Commit

Permalink
cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
jieter committed Nov 6, 2024
1 parent 2710dbe commit 11df9a3
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ args_are_paths = false
envlist =
py38-{4.2},
py39-{4.2},
py310{4.2,5.0,master},
py311{4.2,5.0,master},
py312{5.0,master},
py310{4.2,5.0,5.1,master},
py311{4.2,5.0,5.1,master},
py312{5.0,5.1,master},
docs,
flake8,
isort,
Expand All @@ -27,6 +27,7 @@ commands =
deps =
4.2: Django==4.2.*
5.0: Django==5.0.*
5.0: Django==5.1.*
master: https://github.com/django/django/archive/master.tar.gz
coverage
-r{toxinidir}/requirements/common.pip
Expand Down

0 comments on commit 11df9a3

Please sign in to comment.