Skip to content

Commit

Permalink
update tox testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky committed Sep 9, 2024
1 parent 7c65d99 commit 5dafdd7
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
Expand Up @@ -11,13 +11,13 @@
# then then deleting compiled files has been found to fix it: `find . -name \*.pyc -delete`

[tox]
envlist = py39-sphinx5
envlist = py311-sphinx5

[testenv]
usedevelop=true
passenv = TERM # To make terminal coloring / other variables pass through

[testenv:py{37,38,39}-pre-commit]
[testenv:py{311}-pre-commit]
extras = code_style
commands = pre-commit run {posargs}

Expand All @@ -43,7 +43,7 @@ deps =
commands =
stb serve docs --open-browser

[testenv:py{37,38,39}-sphinx{5,6}]
[testenv:py{311}-sphinx{5,6}]
extras = test
deps =
sphinx5: sphinx>=5,<6
Expand Down

1 comment on commit 5dafdd7

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.