Skip to content

Commit

Permalink
Fix tox environment list so that Celery Python dependencies are also …
Browse files Browse the repository at this point in the history
…considered
  • Loading branch information
philipstarkey committed Mar 5, 2024
1 parent 6178720 commit 0f7c341
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
Expand Up @@ -2,8 +2,10 @@
envlist =
py{38,39}-dj{30,31,32,40,41,42}-celery{50,51,52,53},
py{310}-dj{40}-celery{50,51,52,53},
py{310,311}-dj{41}-celery{50,51,52,53},
py{310,311,312}-dj{42,50}-celery{50,51,52,53},
py{310}-dj{41}-celery{50,51,52,53},
py{311}-dj{41}-celery{53},
py{310}-dj{42,50}-celery{50,51,52,53},
py{311,312}-dj{42,50}-celery{53},
flake8
skip_missing_interpreters = true

Expand Down

0 comments on commit 0f7c341

Please sign in to comment.