We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3b8b06 commit 3103f9fCopy full SHA for 3103f9f
1 file changed
tox.ini
@@ -65,6 +65,8 @@ setenv =
65
66
test: COVERAGE_FILE={toxworkdir}/coverage.{envname}
67
68
+passenv = CI
69
+
70
commands =
71
test: pytest --cov={env:PY_MODULE} --cov-report=term-missing:skip-covered --doctest-modules {posargs:src/{env:PY_MODULE}}
72
0 commit comments