Skip to content

Latest commit

 

History

History
65 lines (44 loc) · 1.49 KB

README.rst

File metadata and controls

65 lines (44 loc) · 1.49 KB

Outpost Django TYPO3

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

Interface with TYPO3 CMS.

  • Free software: BSD license

Documentation

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