Skip to content

Latest commit

 

History

History
65 lines (44 loc) · 1.51 KB

README.rst

File metadata and controls

65 lines (44 loc) · 1.51 KB

Outpost Django Video

docs Documentation Status
tests
Travis-CI Build Status Requirements Status
Coverage Status

Manage video recording equipment and recordings.

  • Free software: BSD license

Documentation

https://outpost.django.video.readthedocs.io/

Development

To run the all tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox