Skip to content

Commit

Permalink
Restrict the test matrix by Django version
Browse files Browse the repository at this point in the history
  • Loading branch information
jleclanche committed Nov 26, 2022
1 parent 1e088e4 commit c51dc26
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
[tox]
isolated_build = True
envlist =
py{38,39}-django{32,40,41,main}-{postgres,mysql,sqlite}
py310-django{32,40,41,main}-{postgres,mysql,sqlite}
py311-django{41,main}-{postgres,mysql,sqlite}
# Django 3.2 LTS. Limited support matrix.
django32-py{38,39,310}-{postgres,mysql}
# Django 4.0
django40-py{38,39,310}-{postgres,mysql,sqlite}
# Django 4.1
django41-py{38,39,310}-{postgres,mysql,sqlite}
# Django mainline - Only test on latest python / postgres
djangomain-py311-postgres

skip_missing_interpreters = True

Expand Down

0 comments on commit c51dc26

Please sign in to comment.