This repository has been archived on 2022-12-18. You can view files and clone it, but cannot push or open issues or pull requests.
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