drone-ci testing
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
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
- . .venv/bin/activate
- pip install -r requirements.txt
- pip install .
- pytest
- name: db-down
image: docker/compose:alpine-1.29.2

1
.gitignore vendored
View File

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