language: python python: - "3.8" services: - "docker" install: - "pip install -r requirements.txt" script: - "pylint demo" - "docker build -t demo ."