mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
Update tox and GitHub pipeline
This commit is contained in:
parent
d9b2bc3a4e
commit
61eacffa90
3 changed files with 12 additions and 12 deletions
4
tox.ini
4
tox.ini
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue