Skip to content

Commit 1c63f83

Browse files
committed
wip windows ci fix
1 parent 686e834 commit 1c63f83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ envlist = py37,py38,py39,py310,py311,py312,pypy3,coverage-report,packaging
44
[testenv]
55
changedir = .tox
66
deps = -rrequirements.txt
7+
passenv = USERNAME
78
commands = coverage run --parallel --rcfile {toxinidir}/.tox-coveragerc -m pytest -vv --doctest-modules {envsitepackagesdir}/glom {posargs}
89

910
[testenv:coverage-report]

0 commit comments

Comments
 (0)