mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 01:05:20 +03:00
15 lines
236 B
INI
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
|