1
0
Fork 0
mirror of https://github.com/shouptech/humulus.git synced 2026-02-03 15:59:43 +00:00

Add drone config

This commit is contained in:
Emma 2019-06-27 12:50:02 -06:00
parent 1f25ff3677
commit 9c92e899aa

11
.drone.yml Normal file
View file

@ -0,0 +1,11 @@
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