Skip to content

Commit ff559de

Browse files
committed
Restrict environment variables passed to coverage tests to GITHUB_* only
Signed-off-by: Tsuyoshi Hombashi <tsuyoshi.hombashi@gmail.com>
1 parent 2a8a972 commit ff559de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ commands =
3232
cleanpy --all --exclude-envs .
3333

3434
[testenv:cov]
35-
passenv = *
35+
passenv = GITHUB_*
3636
extras =
3737
test
3838
deps =

0 commit comments

Comments
 (0)