generated from KKlochko/poetry-template
This commit is contained in:
+1
-5
@@ -3,13 +3,9 @@ type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: install dependencies
|
||||
- name: install dependencies and run tests
|
||||
image: python:3.10-alpine
|
||||
commands:
|
||||
- pip install -r requirements.txt
|
||||
|
||||
- name: run tests
|
||||
image: python:3.10-alpine
|
||||
commands:
|
||||
- pytest -s
|
||||
|
||||
|
||||
Reference in New Issue
Block a user