mirror of
https://github.com/getpelican/pelican.git
synced 2025-10-15 20:28:56 +02:00
use same base version as in action
This commit is contained in:
parent
2e69f9d947
commit
a642ba27d3
1 changed files with 2 additions and 2 deletions
4
tox.ini
4
tox.ini
|
|
@ -18,7 +18,7 @@ commands =
|
|||
pytest -s --cov=pelican pelican
|
||||
|
||||
[testenv:docs]
|
||||
basepython = python3.9
|
||||
basepython = python3.11
|
||||
deps =
|
||||
-rrequirements/docs.pip
|
||||
changedir = docs
|
||||
|
|
@ -37,7 +37,7 @@ import-order-style = cryptography
|
|||
max-line-length = 88
|
||||
|
||||
[testenv:flake8]
|
||||
basepython = python3.9
|
||||
basepython = python3.11
|
||||
skip_install = true
|
||||
deps =
|
||||
-rrequirements/style.pip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue