1
0
Fork 0
mirror of https://github.com/shouptech/humulus.git synced 2026-02-03 20:59:41 +00:00
humulus/.drone.yml
2019-06-27 12:50:02 -06:00

11 lines
179 B
YAML

kind: pipeline
name: default
steps:
- test
image: python:3.6
commands:
- pip install coverage pytest
- pip install -e .
- coverage run -m pytest
- coverage report -m