Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 316 Bytes

README.rst

File metadata and controls

26 lines (14 loc) · 316 Bytes

microinvoices

This project aims at building a webservice / microservice around invoices.

Installation

Default installation:

pip install .

For tests and developpement:

pip install -e .[tests,dev]

Tests

You can simply run our test suites by invoking tox:

$ tox