- Docker and Docker Compose v1.27.0 or later.
- git.
We have a Makefile
with common commands. These are executed in the running container.
git clone
cd data_test_ci
make up # starts all the containers
make ci # runs formatting, lint check, type check and python test
You can spin down the postgres and python containers using the below command.
make down