strix

A simple web UI for motion
git clone https://www.brianlane.com/git/strix
Log | Files | Refs | LICENSE

commit 19d599f49fdd69281fabfc23be230c274906fc44
parent 4ce6f7eb4128584aecc9e91aa7baf7fd7dcc01c3
Author: Brian C. Lane <bcl@brianlane.com>
Date:   Sat, 25 May 2024 08:26:23 -0700

tox: Use isolated builds

Diffstat:
Mtox.ini | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/tox.ini b/tox.ini @@ -1,8 +1,10 @@ [tox] +isolated_build = True envlist = py39 [testenv] deps=.[testing] +whitelist_externals = pylint, nosetests commands= pylint --rcfile=pylint.rc -E src/strix/ src/bin/strix nosetests --with-coverage [] # substitute with tox' positional arguments