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 5702767
Showing 1 changed file with 3 additions and 3 deletions.
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 5702767

Please sign in to comment.