mirror of
https://github.com/shouptech/humulus.git
synced 2026-02-03 18:19:42 +00:00
Add drone config
This commit is contained in:
parent
1f25ff3677
commit
9c92e899aa
1 changed files with 11 additions and 0 deletions
11
.drone.yml
Normal file
11
.drone.yml
Normal 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
|
||||||
Loading…
Add table
Reference in a new issue