Skip to content

Commit b88a718

Browse files
committed
Fix tox passenv.
I don't know it changed.
1 parent 0105fb1 commit b88a718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ REDIS =
9797
master: redismaster
9898

9999
[testenv]
100-
passenv = CI GITHUB*
100+
passenv = CI,GITHUB*
101101
commands =
102102
{envpython} -m pytest --cov-report= --ds=settings.sqlite {posargs}
103103
{envpython} -m pytest --cov-append --cov-report= --ds=settings.sqlite_json {posargs}

0 commit comments

Comments
 (0)