From f2c76945c480cfa626934ae6236248e9f85d0d73 Mon Sep 17 00:00:00 2001 From: Andrei Stoica Date: Mon, 15 May 2023 18:07:54 -0400 Subject: [PATCH] drone-ci testing --- .drone.yml | 1 + .gitignore | 1 + 2 files changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 74bf4a6..e1b925c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,6 +24,7 @@ steps: - python -m venv .venv - . .venv/bin/activate - pip install -r requirements.txt + - pip install . - pytest - name: db-down image: docker/compose:alpine-1.29.2 diff --git a/.gitignore b/.gitignore index 5458304..44010e0 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ htmlcov *.pytest_cache/ *.egg-info/ dist/ +build/