drone-ci testing
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Andrei Stoica 2023-05-15 18:07:54 -04:00
parent 40353e8c85
commit f2c76945c4
2 changed files with 2 additions and 0 deletions

View File

@ -24,6 +24,7 @@ steps:
- python -m venv .venv - python -m venv .venv
- . .venv/bin/activate - . .venv/bin/activate
- pip install -r requirements.txt - pip install -r requirements.txt
- pip install .
- pytest - pytest
- name: db-down - name: db-down
image: docker/compose:alpine-1.29.2 image: docker/compose:alpine-1.29.2

1
.gitignore vendored
View File

@ -10,3 +10,4 @@ htmlcov
*.pytest_cache/ *.pytest_cache/
*.egg-info/ *.egg-info/
dist/ dist/
build/