Skip to content

Commit

Permalink
Start the tests env refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
daquinteroflex committed Nov 15, 2024
1 parent 969a823 commit 0106d5d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ pre-commit = { version = "*", optional = true }
pylint = { version = "*", optional = true }
pytest = { version = "*", optional = true }
pytest-timeout = { version = "*", optional = true }
tox = { version = "*", optional = true }
tox = { version = ">=4", optional = true }

# gdspy
gdspy = { version = "*", optional = true }
Expand Down Expand Up @@ -301,3 +301,7 @@ replace = "\nversion = \"{new_version}\""
filename = "tidy3d/version.py"
search = "{current_version}"
replace = "{new_version}"


[tool.tox]
envlist = ["py310", "py311", "py312"]

0 comments on commit 0106d5d

Please sign in to comment.