Skip to content

Makefile quality-of-life improvements

Nathan Hertz requested to merge quality-of-life-changes into main

Changes:

  • make setup now installs all requirements required by all 3 services
  • New rule: make clean, which cleans up your Python environment and your Docker environment
  • New rule: make build, which builds the docker images
  • make test now runs setup.py files for all packages

Theoretical new workflow: make clean -> make build -> docker-compose up -> make setup

Merge request reports