Skip to content

Commit

Permalink
DX: run all notebooks on tox -p
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Jan 8, 2025
1 parent c81749e commit abcc31f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,10 @@ spaces_indent_inline_array = 4
trailing_comma_inline_array = true

[tool.tox]
env_list = ["sty"]
env_list = [
"nb",
"sty",
]
no_package = true
requires = ["tox>=4.21.0"]
skip_install = true
Expand Down

0 comments on commit abcc31f

Please sign in to comment.