From 0a3979d7ff77f374d93d16e24e757439b355ed67 Mon Sep 17 00:00:00 2001 From: reibs Date: Sun, 22 Dec 2024 17:20:53 -0800 Subject: [PATCH] create passenv --- tox.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tox.ini b/tox.ini index 69df9cc6..86e50b34 100644 --- a/tox.ini +++ b/tox.ini @@ -38,6 +38,8 @@ commands = coverage report -m coverage xml mypy: mypy . +passenv = + OPENAI_API_KEY [coverage:run] branch = True