From c6e23e3e9be9c5738bb2f209b4e81f84756e3a4a Mon Sep 17 00:00:00 2001 From: Fred Pauchet Date: Wed, 4 Mar 2020 20:53:38 +0100 Subject: [PATCH] add drone.yml --- .drone.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..2c17d59 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,6 @@ +pipeline: + build: + image: python:3 + commands: + - pip install --no-cache-dir -r requirements/base.txt + - python manage.py check \ No newline at end of file