This is a simple example Python3 project using tox and pytest.
The package is built and tested by running:
$ tox
The tox.ini configuration:
- Performs linting and testing of a development mode install of the package.
- Builds and tests a source distribution of the project.
To use wheels instead of a source distribution install the tox-wheel plugin and run:
$ tox --wheel
The content of this example project converts between continued fractions and Python fractions.