---
version: "3.7"
services:
  lint-and-test:
    platform: linux/amd64
    build:
      context: .
    volumes:
      - ./common:/var/app/common
      - ./tests:/var/app/tests
    environment:
      - SKIP_LINT=0
      - TEST_ARGS=-v
      - COV_REPORT=term
      - PYTHONDONTWRITEBYTECODE=1
