From cd2f748bf1348114d9b79b8d7b0326ae661d78f0 Mon Sep 17 00:00:00 2001 From: Sergio Morillo Date: Mon, 31 May 2021 13:36:56 +0200 Subject: [PATCH] "Remove py36-sqlite,py38-sqlite from CI [SKIP CI]." --- .drone.yml | 40 ---------------------------------------- 1 file changed, 40 deletions(-) diff --git a/.drone.yml b/.drone.yml index da1f53d..879a4ac 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,44 +1,4 @@ kind: pipeline -name: py37-sqlite - -steps: - - name: tox - image: python:3.7 - pull: if-not-exists - environment: - CFLAGS: -O0 - DB_CACHE: /cache - TOX_TESTENV_PASSENV: CFLAGS DB_CACHE - commands: - - pip install tox - - tox -e "py37-sqlite" - volumes: - - name: cache - path: /root/.cache - - - name: notify - image: drillster/drone-email - pull: if-not-exists - settings: - from: drone@datalifeit.es - skip_verify: true - host: - from_secret: email_host - port: - from_secret: email_port - when: - status: - - changed - - failure - -volumes: - - name: cache - host: - path: /var/lib/cache - - ---- -kind: pipeline name: py38-sqlite steps: