forked from gergely/calendar-social
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
86f86996f6 |
17
.drone.yml
Normal file
17
.drone.yml
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
pipeline:
|
||||||
|
build:
|
||||||
|
image: python:3.6.6-alpine3.6
|
||||||
|
commands:
|
||||||
|
- apk update
|
||||||
|
- apk add gcc libffi-dev linux-headers libc-dev
|
||||||
|
- pip3.6 install -U pip setuptools pipenv
|
||||||
|
- pipenv install
|
||||||
|
lint:
|
||||||
|
image: python:3.6.6-alpine3.6
|
||||||
|
commands:
|
||||||
|
- apk update
|
||||||
|
- apk add gcc libffi-dev linux-headers libc-dev
|
||||||
|
- pip3.6 install -U pip setuptools pipenv
|
||||||
|
- pipenv install
|
||||||
|
- pipenv install --dev
|
||||||
|
- pipenv run pylint calsocial
|
Loading…
Reference in New Issue
Block a user