pymicrocosm/.drone.yml

10 lines
157 B
YAML
Raw Normal View History

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