This project was completed as part of the online hackathon MakeUC 2020
- TODO: Add codecov token to
.travis.yml
Setup a python virtual environment and install all dependencies. The following instructions are for poetry (my preferred dependency and virtual environment manager)
- Create virtual environment and install all dependencies:
poetry install
- Spawn a shell within your virtual environment:
poetry shell
Run make precommit
before commiting.