Skip to content

Commit eb4ceca

Browse files
committed
chore: polishing
1 parent 4c087e0 commit eb4ceca

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,5 @@ cmd = "pytest -m \"not slow\""
3636
# These three options are equivalent:
3737
python-version = "python3 --version"
3838
hello = { cmd = "echo 'hello'" }
39+
hello-world = { call = "builtins:print('Hello World!')" }
40+
all = { chain = ["hello-world","hello"] }

0 commit comments

Comments
 (0)