Skip to content

Latest commit

 

History

History
112 lines (75 loc) · 2.91 KB

README.rst

File metadata and controls

112 lines (75 loc) · 2.91 KB

Overview

docs Documentation Status
tests
package

A (monolithic) compiled language

  • Free software: BSD 2-Clause License

Installation

pip install lyth

You can also install the in-development version with:

pip install https://github.com/gmantelet/python-lyth/archive/master.zip

Documentation

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