This project is attempting to give a baseline for the simplest python project with the following features
- linting
- test coverage
- continual testing
Use pipenv
!! https://pipenv.readthedocs.io/en/latest/
pipenv install --dev
Anything less than 100% will fail
pytest --cov=alan_pytridge
flake8
ptw