This commit is contained in:
@@ -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
1
.gitignore
vendored
@@ -10,3 +10,4 @@ htmlcov
|
||||
*.pytest_cache/
|
||||
*.egg-info/
|
||||
dist/
|
||||
build/
|
||||
|
||||
Reference in New Issue
Block a user