Merge pull request #748 from cjmayo/passenv

Pass CI to tox testenv
This commit is contained in:
Chris Mayo 2023-06-12 19:21:25 +01:00 committed by GitHub
commit f7446043ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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