Skip to content

Commit

Permalink
test: 🧪 tox file added for multi version tests locally
Browse files Browse the repository at this point in the history
Signed-off-by: Onuralp SEZER <[email protected]>
  • Loading branch information
onuralpszr committed Sep 15, 2024
1 parent 2219417 commit 805166e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ maestro = "maestro.cli.main:app"

[tool.setuptools.packages.find]
where = ["."]
exclude = ["cookbooks", "docs", "tests", "tests.*", "requirements"]
exclude = ["cookbooks", "docs", "tests,","test", "tests.*", "requirements"]
7 changes: 7 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[tox]
envlist = py39,py310,py311,py312

[testenv]
changedir = test
deps = pytest
commands = pytest

0 comments on commit 805166e

Please sign in to comment.