aboutsummaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml10
1 files changed, 0 insertions, 10 deletions
diff --git a/.drone.yml b/.drone.yml
deleted file mode 100644
index 188bf7c..0000000
--- a/.drone.yml
+++ /dev/null
@@ -1,10 +0,0 @@
-kind: pipeline
-name: default
-
-steps:
-- name: test
- image: python:3.7.3
- commands:
- - pip install --upgrade pip
- - pip install -r requirements-dev.txt
- - pytest