Pass CI to tox testenv

Used since:
1cb7f3d78 ("Test on GitHub with httpbin from a container", 2023-06-05)
This commit is contained in:
Chris Mayo 2023-06-10 17:31:09 +01:00
parent 87f9a9ff11
commit f39f6a7dd9

View file

@ -20,6 +20,7 @@ deps =
commands =
!minreqs: pytest {posargs:--cov=linkcheck}
minreqs: pytest {posargs:--cov=linkcheck -c pytest-minreqs.ini}
passenv = CI
setenv =
LC_ALL=en_US.utf-8