Update tox and GitHub pipeline

This commit is contained in:
Paolo Melchiorre 2023-11-28 21:38:26 +01:00
commit 61eacffa90
No known key found for this signature in database
GPG key ID: 5F8222398E1ED035
3 changed files with 12 additions and 12 deletions

View file

@ -1,5 +1,5 @@
[tox]
envlist = py{3.8,3.9,3.10,3.11.3.12},docs
envlist = py{3.8,3.9,3.10,3.11,3.12},docs
[testenv]
basepython =
@ -18,7 +18,7 @@ commands =
pytest -s --cov=pelican pelican
[testenv:docs]
basepython = python3.9
basepython = python3.11
deps =
-rrequirements/docs.pip
changedir = docs