Skip to content

Commit f5117ae

Browse files
authored
Add CI-related env variables to tox configuration (#158)
1 parent 7b4f977 commit f5117ae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

{{cookiecutter.package_name}}/pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,9 @@ python =
150150
3.13: py313
151151
152152
[testenv]
153+
passenv =
154+
CI
155+
GITHUB_ACTIONS
153156
extras =
154157
dev
155158
commands =

0 commit comments

Comments
 (0)