gwift_old/.drone.yml

6 lines
143 B
YAML
Raw Permalink Normal View History

2020-03-04 20:53:38 +01:00
pipeline:
build:
image: python:3
commands:
- pip install --no-cache-dir -r requirements/base.txt
- python manage.py check