Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
build: add django 42 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed Sep 14, 2023
1 parent 4a946c9 commit a83169d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
python-version: ["3.8"]
os: [ubuntu-20.04]
toxenv: [django32]
toxenv: [django32, django42]
node: [16]
env:
DATA_API_VERSION: "latest"
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py38-django{32}
envlist = py38-django{32, 42}
skipsdist = true

[pytest]
Expand All @@ -23,6 +23,7 @@ passenv =
BOKCHOY_HEADLESS
deps =
django32: -r requirements/django.txt
django42: Django>=4.2,<5.0
-r {toxinidir}/requirements/test.txt
allowlist_externals =
make
Expand Down

0 comments on commit a83169d

Please sign in to comment.