tox.ini (208B)
1 [tox] 2 envlist = py38 3 4 [testenv] 5 deps=.[testing] 6 commands= 7 pylint --rcfile=pylint.rc -E src/strix/ src/bin/strix 8 nosetests --with-coverage [] # substitute with tox' positional arguments 9 # pytest -v
strixA simple web UI for motion | |
git clone https://www.brianlane.com/git/strix | |
Log | Files | Refs | LICENSE |