From 462c0ef323c3945484ad65967757ae16b9239388 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Sat, 8 May 2021 14:50:23 -0500 Subject: Add drone CI/CD support --- .drone.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .drone.yml (limited to '.drone.yml') diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..a4dd37e --- /dev/null +++ b/.drone.yml @@ -0,0 +1,10 @@ +kind: pipeline +name: default + +steps: +- name: test + image: python:3.7.3 + commands: + - pip install --upgrade pip + - pip install -r requirements.txt + - pytest -- cgit v1.2.3