/2019sp-ap_project-jackeiel

CSCI E29 Final Project

Primary LanguagePythonOtherNOASSERTION

Overview

docs Documentation Status
tests
Travis-CI Build Status AppVeyor Build Status

package

Final Project for CSCI-E29

  • Free software: BSD 2-Clause License

Installation

pip install ap-project

Documentation

https://2019sp-ap_project-jackeiel.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