frigate/tox.ini
2022-01-05 14:44:34 +03:00

15 lines
236 B
INI

[tox]
envlist = py38
skipsdist = true
[testenv]
install_command = pip install {opts} {packages}
basepython= python3.8
[testenv:unittests]
deps =
-rfrigate/test/requirements.test.txt
pytest
commands = python3.8 -m pytest -svv