mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-08 11:17:27 +00:00
13 lines
274 B
INI
13 lines
274 B
INI
[tox]
|
|
envlist = py311
|
|
skipsdist = True
|
|
|
|
[testenv]
|
|
passenv = EPC_AUTH_TOKEN
|
|
description = Install dependencies and run tests
|
|
deps =
|
|
-rbackend/engine/requirements.txt
|
|
-rbackend/app/requirements/requirements.txt
|
|
-rtest.requirements.txt
|
|
commands = pytest {posargs}
|
|
|