Model/tox.ini
Khalim Conn-Kowlessar ff83aef2b3 trying to pass to env
2025-05-15 17:52:34 +01:00

12 lines
216 B
INI

[tox]
envlist = py311
skipsdist = True
[testenv]
passenv = EPC_AUTH_TOKEN
description = Install dependencies and run tests
deps =
-rbackend/engine/requirements.txt
-rtest.requirements.txt
commands = pytest