mirror of
https://github.com/shouptech/humulus.git
synced 2026-02-03 20:49:44 +00:00
Add drone config
This commit is contained in:
parent
e80878541f
commit
e1bb6184ab
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