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/