payments/.woodpecker.yml

17 lines
321 B
YAML

pipeline:
backend:
image: python
environment:
- DATABSE_URL=postgres://postgres:password@database:5432/postgres
commands:
- pip install virtualenv
- make env
- make lint
- make test
services:
database:
image: postgres
environment:
- POSTGRES_PASSWORD=password