gwift_old/.drone.yml

6 lines
143 B
YAML

pipeline:
build:
image: python:3
commands:
- pip install --no-cache-dir -r requirements/base.txt
- python manage.py check