pipeline: backend: image: python commands: - pip install virtualenv - make env - make lint - make coverage