strix

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

tox.ini (270B)


      1 [tox]
      2 isolated_build = True
      3 envlist = py39
      4 
      5 [testenv]
      6 deps=.[testing]
      7 whitelist_externals = pylint, nosetests
      8 commands=
      9     pylint --rcfile=pylint.rc -E src/strix/ src/bin/strix
     10     nosetests --with-coverage [] # substitute with tox' positional arguments
     11 #    pytest -v