Skip to content

Commit

Permalink
Remove invalid combinations from tox
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz authored and claudep committed Oct 27, 2023
1 parent 331b406 commit b73094c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
[tox]
args_are_paths = false
envlist =
py{38,39,310,311}-django32
py{38,39,310,311}-django{40,41,42}
py{38,39,310}-django32
py{38,39,310}-django40
py{38,39,310,311}-django41
py{38,39,310,311}-django42
py{310,311,312}-django50
py{310,311,312}-djangomain

Expand Down

0 comments on commit b73094c

Please sign in to comment.