Compare commits
7 Commits
db8c441f8d
...
4d167ade7a
Author | SHA1 | Date | |
---|---|---|---|
4d167ade7a | |||
83b9a699e6 | |||
7738da0b9c | |||
dc6c222cea | |||
7e5f8398ff | |||
e3994c56be | |||
a5ed3f267d |
14
.drone.yml
Normal file
14
.drone.yml
Normal file
@ -0,0 +1,14 @@
|
||||
---
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: qa
|
||||
image: python:3.8-alpine
|
||||
commands:
|
||||
- apk add --no-cache gcc g++ musl-dev python3-dev
|
||||
- pip3 install pipenv
|
||||
- pipenv install --dev
|
||||
- pipenv run flake8
|
||||
- pipenv run python -m unittest discover ki
|
Loading…
Reference in New Issue
Block a user