pymicrocosm/.drone.yml

10 lines
171 B
YAML

kind: pipeline
name: test
steps:
- name: test & build
image: python:3.7
commands:
- pip install poetry
- poetry install
- poetry run pytest