diff options
Diffstat (limited to '.drone.yml')
| -rw-r--r-- | .drone.yml | 10 |
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 |
