pymicrocosm/.drone.yml

10 lines
171 B
YAML
Raw Normal View History

kind: pipeline
name: test
steps:
2022-01-29 15:20:01 +00:00
- name: test & build
image: python:3.7
commands:
- pip install poetry
- poetry install
2022-01-29 15:07:31 +00:00
- poetry run pytest