Skip to content

Commit

Permalink
update tox
Browse files Browse the repository at this point in the history
  • Loading branch information
domdinicola committed Jul 30, 2024
1 parent a2d8b8a commit 4d71784
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [ "3.10", "3.11", "3.12"]
python-version: [ "3.10", "3.11"]
django-version: [ "3.2", "4.2", "5.0"]
db-engine: ["pg", "mysql"]
env:
Expand Down
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = d{32,42,50}-py{310,311}-{pg,sqlite,mysql},docs,lint,package
envlist = d{32,42,50}-py{310,311,312}-{pg,sqlite,mysql},docs,lint,package


[pytest]
Expand Down Expand Up @@ -80,15 +80,15 @@ commands =


[testenv:docs]
basepython = python310
basepython = python312
deps =
-rdocs/requirements.pip
commands =
mkdir -p ~build/docs
pdm run sphinx-build -aE docs/ ~build/docs

[testenv:lint]
envdir={toxworkdir}/d32-py39/
envdir={toxworkdir}/d42-py312/
skip_install = true
commands =
pip install flake8 isort
Expand Down

0 comments on commit 4d71784

Please sign in to comment.