frigate/tox.ini

15 lines
236 B
INI
Raw Normal View History

2022-01-05 13:43:27 +03:00
[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