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