add drone.yml
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Fred Pauchet 2020-03-04 20:53:38 +01:00
parent 78b7cbe7c8
commit c6e23e3e9b
1 changed files with 6 additions and 0 deletions

6
.drone.yml Normal file
View File

@ -0,0 +1,6 @@
pipeline:
build:
image: python:3
commands:
- pip install --no-cache-dir -r requirements/base.txt
- python manage.py check