Skip to content

Latest commit

 

History

History
92 lines (63 loc) · 2.17 KB

README.rst

File metadata and controls

92 lines (63 loc) · 2.17 KB

Overview

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

General transformation to make python objects persistent

  • Free software: MIT license

Installation

pip install timetree

Documentation

https://timetree.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