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