Skip to content

Latest commit

 

History

History
65 lines (44 loc) · 1.54 KB

README.rst

File metadata and controls

65 lines (44 loc) · 1.54 KB

Outpost Django Research

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

Interface with research database (FODOK).

  • Free software: BSD license

Documentation

https://outpost.django.research.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